HomeSort by relevance Sort by last modified time
    Searched refs:NETWORK_MODE_LTE_CDMA_EVDO (Results 1 - 12 of 12) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 210 case TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO:
211 return RILConstants.NETWORK_MODE_LTE_CDMA_EVDO;
263 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO:
264 return TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO;
TelephonyConstants.java 275 public static final String NETWORK_MODE_LTE_CDMA_EVDO = "NETWORK_MODE_LTE_CDMA_EVDO";
  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 172 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO:
285 type = RILConstants.NETWORK_MODE_LTE_CDMA_EVDO;
TelephonyManager.java     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py 404 tel_defines.NETWORK_MODE_LTE_CDMA_EVDO: {
510 'network_preference': tel_defines.NETWORK_MODE_LTE_CDMA_EVDO
536 [tel_defines.NETWORK_MODE_LTE_CDMA_EVDO,
tel_defines.py 477 NETWORK_MODE_LTE_CDMA_EVDO = "NETWORK_MODE_LTE_CDMA_EVDO"
tel_voice_utils.py 46 from acts.test_utils.tel.tel_defines import NETWORK_MODE_LTE_CDMA_EVDO
790 log, ad, sub_id, NETWORK_MODE_LTE_CDMA_EVDO, RAT_FAMILY_LTE)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 148 int NETWORK_MODE_LTE_CDMA_EVDO = 8; /* LTE, CDMA and EvDo */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 156 int NT_MODE_LTE_CDMA_AND_EVDO = RILConstants.NETWORK_MODE_LTE_CDMA_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 110 milliseconds