Home
last modified time | relevance | path

Searched refs:TYPE_SUPL_STRING (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java137 public static final String APN_TYPE_SUPL = ApnSetting.TYPE_SUPL_STRING;
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java181 TYPE_SUPL_STRING,
233 public static final String TYPE_SUPL_STRING = "supl"; field in ApnSetting
426 APN_TYPE_STRING_MAP.put(TYPE_SUPL_STRING, TYPE_SUPL); in APN_TYPE_STRING_MAP.put() argument
443 APN_TYPE_INT_MAP.put(TYPE_SUPL, TYPE_SUPL_STRING); in APN_TYPE_INT_MAP.put() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnSettingTest.java416 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_CBS_STRING}); in testIsMeteredAnother()
449 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_CBS_STRING}); in testIsRoamingMeteredAnother()
H A DDcTrackerTest.java1505 initApns(ApnSetting.TYPE_SUPL_STRING, in testGetDataConnectionState()
1506 new String[]{ApnSetting.TYPE_SUPL_STRING, ApnSetting.TYPE_DEFAULT_STRING}); in testGetDataConnectionState()
1516 assertEquals(DctConstants.State.CONNECTED, mDct.getState(ApnSetting.TYPE_SUPL_STRING)); in testGetDataConnectionState()
1524 initApns(ApnSetting.TYPE_SUPL_STRING, new String[]{ApnSetting.TYPE_SUPL_STRING}); in testTrySetupDataUnmeteredDataDisabled()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12341 field public static final String TYPE_SUPL_STRING = "supl";