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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 140 public static final String APN_TYPE_CBS = "cbs";
154 APN_TYPE_CBS,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 261 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_CBS}).
270 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_CBS,
327 new String[]{PhoneConstants.APN_TYPE_IA, PhoneConstants.APN_TYPE_CBS}).
346 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS});
349 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS}).
357 new String[]{PhoneConstants.APN_TYPE_CBS}).
361 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_CBS}).
386 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS});
389 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS}).
397 new String[]{PhoneConstants.APN_TYPE_CBS})
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 656 case PhoneConstants.APN_TYPE_CBS:
684 return PhoneConstants.APN_TYPE_CBS;
ApnSetting.java 525 case PhoneConstants.APN_TYPE_CBS: return ApnTypes.CBS;
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 124 milliseconds