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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 216 case TelephonyConstants.NETWORK_MODE_LTE_ONLY:
217 return RILConstants.NETWORK_MODE_LTE_ONLY;
269 case RILConstants.NETWORK_MODE_LTE_ONLY:
270 return TelephonyConstants.NETWORK_MODE_LTE_ONLY;
TelephonyConstants.java 278 public static final String NETWORK_MODE_LTE_ONLY = "NETWORK_MODE_LTE_ONLY";
  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 181 case RILConstants.NETWORK_MODE_LTE_ONLY:
294 type = RILConstants.NETWORK_MODE_LTE_ONLY;
TelephonyManager.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 151 int NETWORK_MODE_LTE_ONLY = 11; /* LTE Only mode. */
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 480 NETWORK_MODE_LTE_ONLY = "NETWORK_MODE_LTE_ONLY"
tel_lookup_tables.py 439 tel_defines.NETWORK_MODE_LTE_ONLY: {
tel_test_utils.py 55 from acts.test_utils.tel.tel_defines import NETWORK_MODE_LTE_ONLY
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 159 int NT_MODE_LTE_ONLY = RILConstants.NETWORK_MODE_LTE_ONLY;
  /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 692 milliseconds