Home
last modified time | relevance | path

Searched refs:TYPE_ALL_STRING (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java131 public static final String APN_TYPE_ALL = ApnSetting.TYPE_ALL_STRING;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java958 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testDataRetry()
1643 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testTrySetupNotConnectable()
1661 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testTrySetupDefaultOnIWLAN()
1683 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testTrySetupDefaultInECBM()
1711 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testUpdateWaitingApnListOnDataRatChange()
1746 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testUpdateWaitingApnListOnDataRatChange()
2054 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testDataRatChangeOOS()
2462 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testIsNetworkTypeUnmetered()
2490 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testIsNetworkTypeUnmeteredViaSubscriptionPlans()
2525 initApns(ApnSetting.TYPE_DEFAULT_STRING, new String[]{ApnSetting.TYPE_ALL_STRING}); in testIsNrUnmeteredSubscriptionPlans()
[all …]
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DApnSettings.java213 if (type.equals(requestType) || type.equals(ApnSetting.TYPE_ALL_STRING)) { in isValidApnType()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java170 TYPE_ALL_STRING,
201 public static final String TYPE_ALL_STRING = "*"; field in ApnSetting
423 APN_TYPE_STRING_MAP.put(TYPE_ALL_STRING, TYPE_ALL); in APN_TYPE_STRING_MAP.put() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java427 ApnSetting.TYPE_ALL_STRING)); in testGetDataConnectionState()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12329 field public static final String TYPE_ALL_STRING = "*";