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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 136 public static final String APN_TYPE_FOTA = "fota";
152 APN_TYPE_FOTA,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 257 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
274 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_FOTA,
323 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
332 new String[]{PhoneConstants.APN_TYPE_FOTA});
338 assertTrue(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_FOTA,
361 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_CBS}).
401 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_CBS}).
430 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_FOTA,
454 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_FOTA}).
478 new String[]{PhoneConstants.APN_TYPE_DEFAULT, PhoneConstants.APN_TYPE_FOTA})
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 654 case PhoneConstants.APN_TYPE_FOTA:
682 return PhoneConstants.APN_TYPE_FOTA;
ApnSetting.java 523 case PhoneConstants.APN_TYPE_FOTA: return ApnTypes.FOTA;
DataConnection.java     [all...]
DcTracker.java     [all...]
  /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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 688 milliseconds