Searched refs:APN_TYPE_SUPL (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java127 public static final String APN_TYPE_SUPL = "supl"; field in class:PhoneConstants
146 APN_TYPE_SUPL,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnSettingTest.java227 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, PhoneConstant
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java646 case PhoneConstants.APN_TYPE_SUPL:
674 return PhoneConstants.APN_TYPE_SUPL;
H A DDataConnection.java913 case PhoneConstants.APN_TYPE_SUPL: {
H A DDcTracker.java1117 apnContext = addApnContext(PhoneConstants.APN_TYPE_SUPL, networkConfig);

Completed in 139 milliseconds