Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java147 public static final String APN_TYPE_CBS = ApnSetting.TYPE_CBS_STRING;
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java171 TYPE_CBS_STRING,
283 public static final String TYPE_CBS_STRING = "cbs"; field in ApnSetting
431 APN_TYPE_STRING_MAP.put(TYPE_CBS_STRING, TYPE_CBS); in APN_TYPE_STRING_MAP.put() argument
448 APN_TYPE_INT_MAP.put(TYPE_CBS, TYPE_CBS_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.java2793 assertPriority(ApnSetting.TYPE_CBS_STRING, 2); in testApnConfigRepositoryUpdatedOnCarrierConfigChange()
2798 ApnSetting.TYPE_CBS_STRING + ":11", in testApnConfigRepositoryUpdatedOnCarrierConfigChange()
2810 assertPriority(ApnSetting.TYPE_CBS_STRING, 11); in testApnConfigRepositoryUpdatedOnCarrierConfigChange()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java4229 } else if (TextUtils.equals(apnType, ApnSetting.TYPE_CBS_STRING)) { in getApnProfileID()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12331 field public static final String TYPE_CBS_STRING = "cbs";