Searched refs:TYPE_CBS_STRING (Results 1 – 6 of 6) sorted by relevance
147 public static final String APN_TYPE_CBS = ApnSetting.TYPE_CBS_STRING;
171 TYPE_CBS_STRING,283 public static final String TYPE_CBS_STRING = "cbs"; field in ApnSetting431 APN_TYPE_STRING_MAP.put(TYPE_CBS_STRING, TYPE_CBS); in APN_TYPE_STRING_MAP.put() argument448 APN_TYPE_INT_MAP.put(TYPE_CBS, TYPE_CBS_STRING); in APN_TYPE_INT_MAP.put() argument
416 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()
2793 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()
4229 } else if (TextUtils.equals(apnType, ApnSetting.TYPE_CBS_STRING)) { in getApnProfileID()
12331 field public static final String TYPE_CBS_STRING = "cbs";