OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAF_1xRTT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java
39
public static final int
RAF_1xRTT
= (1 << ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT);
58
private static final int CDMA = RAF_IS95A | RAF_IS95B |
RAF_1xRTT
;
353
case "1XRTT": return
RAF_1xRTT
;
/hardware/ril/include/telephony/
ril.h
260
RAF_1xRTT
= (1 << RADIO_TECH_1xRTT),
[
all
...]
Completed in 48 milliseconds