OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETWORK_MODE_CDMA_NO_EVDO
(Results
1 - 11
of
11
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java
204
case TelephonyConstants.
NETWORK_MODE_CDMA_NO_EVDO
:
205
return RILConstants.
NETWORK_MODE_CDMA_NO_EVDO
;
257
case RILConstants.
NETWORK_MODE_CDMA_NO_EVDO
:
258
return TelephonyConstants.
NETWORK_MODE_CDMA_NO_EVDO
;
TelephonyConstants.java
272
public static final String
NETWORK_MODE_CDMA_NO_EVDO
= "
NETWORK_MODE_CDMA_NO_EVDO
";
/frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java
181
case RILConstants.
NETWORK_MODE_CDMA_NO_EVDO
:
276
type = RILConstants.
NETWORK_MODE_CDMA_NO_EVDO
;
TelephonyManager.java
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py
413
tel_defines.
NETWORK_MODE_CDMA_NO_EVDO
: {
518
'network_preference': tel_defines.
NETWORK_MODE_CDMA_NO_EVDO
538
tel_defines.
NETWORK_MODE_CDMA_NO_EVDO
,
tel_defines.py
471
NETWORK_MODE_CDMA_NO_EVDO
= "
NETWORK_MODE_CDMA_NO_EVDO
"
/frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java
144
int
NETWORK_MODE_CDMA_NO_EVDO
= 5; /* CDMA only */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java
152
int NT_MODE_CDMA_NO_EVDO = RILConstants.
NETWORK_MODE_CDMA_NO_EVDO
;
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 75 milliseconds