OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isVoice
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java
46
public boolean
isVoice
;
68
ret.
isVoice
= (0 == p.nextInt());
113
+ (
isVoice
? "voc" : "nonvoc") + ","
/hardware/ril/include/telephony/
ril.h
181
char
isVoice
; /* nonzero if this is is a voice call */
[
all
...]
Completed in 927 milliseconds