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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 227 new String[]{PhoneConstants.APN_TYPE_MMS, PhoneConstants.APN_TYPE_SUPL}).
239 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
251 assertFalse(ApnSetting.isMeteredApnType(PhoneConstants.APN_TYPE_SUPL,
285 new String[]{PhoneConstants.APN_TYPE_MMS, PhoneConstants.APN_TYPE_SUPL}).
297 new String[]{PhoneConstants.APN_TYPE_FOTA, PhoneConstants.APN_TYPE_SUPL}).
309 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS});
312 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS}).
316 new String[]{PhoneConstants.APN_TYPE_SUPL}).
328 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_IA}).
349 new String[]{PhoneConstants.APN_TYPE_SUPL, PhoneConstants.APN_TYPE_CBS})
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 127 public static final String APN_TYPE_SUPL = "supl";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 646 case PhoneConstants.APN_TYPE_SUPL:
674 return PhoneConstants.APN_TYPE_SUPL;
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 

Completed in 557 milliseconds