Home
last modified time | relevance | path

Searched refs:TYPE_IA (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DApnSettingTest.java351 createApnSetting(ApnSetting.TYPE_IA | ApnSetting.TYPE_CBS), mPhone)); in testIsMetered()
359 assertFalse(ApnSettingUtils.isMeteredApnType(ApnSetting.TYPE_IA, mPhone)); in testIsMetered()
399 createApnSetting(ApnSetting.TYPE_IA | ApnSetting.TYPE_CBS), mPhone)); in testIsRoamingMetered()
432 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_IA), mPhone)); in testIsMeteredAnother()
464 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_IA), mPhone)); in testIsRoamingMeteredAnother()
479 assertFalse(ApnSettingUtils.isMeteredApnType(ApnSetting.TYPE_IA, mPhone)); in testIsRoamingMeteredAnother()
558 .canHandleType(ApnSetting.TYPE_IA)); in testCanHandleType()
560 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_IA) in testCanHandleType()
561 .canHandleType(ApnSetting.TYPE_IA)); in testCanHandleType()
597 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_MMS | ApnSetting.TYPE_IA) in testCanHandleType()
[all …]
DApnConfigTypeRepositoryTest.java98 assertEquals(2, repository.getByType(ApnSetting.TYPE_IA).getPriority()); in checkDefaults()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnConfigTypeRepository.java79 add(ApnSetting.TYPE_IA, apnTypeMap); in addApns()
DApnContext.java581 apnType = ApnSetting.TYPE_IA; in getApnTypeFromNetworkRequest()
DDataConnection.java1882 case ApnSetting.TYPE_IA: { in getNetworkCapabilities()
DDcTracker.java1395 || requestApnType == ApnSetting.TYPE_IA) in isDataAllowed()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java107 public static final int TYPE_IA = ApnTypes.IA; field in ApnSetting
137 TYPE_IA,
432 APN_TYPE_STRING_MAP.put(TYPE_IA_STRING, TYPE_IA); in APN_TYPE_STRING_MAP.put() argument
449 APN_TYPE_INT_MAP.put(TYPE_IA, TYPE_IA_STRING); in APN_TYPE_INT_MAP.put() argument
2237 | TYPE_FOTA | TYPE_IMS | TYPE_CBS | TYPE_IA | TYPE_EMERGENCY | TYPE_MCX in build()
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java124 ApnSetting.TYPE_IA,
/frameworks/base/core/api/
Dcurrent.txt43054 field public static final int TYPE_IA = 256; // 0x100