Searched refs:TYPE_SUPL (Results 1 – 14 of 14) sorted by relevance
42 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types69 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types96 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types
341 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_MMS), mPhone)); in testIsMetered()349 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_FOTA), mPhone)); in testIsMetered()356 assertFalse(ApnSettingUtils.isMeteredApnType(ApnSetting.TYPE_SUPL, mPhone)); in testIsMetered()388 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_MMS), mPhone)); in testIsRoamingMetered()396 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_FOTA), mPhone)); in testIsRoamingMetered()421 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_CBS), mPhone)); in testIsMeteredAnother()423 assertTrue(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_SUPL), mPhone)); in testIsMeteredAnother()431 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_IA), mPhone)); in testIsMeteredAnother()451 createApnSetting(ApnSetting.TYPE_SUPL | ApnSetting.TYPE_CBS), mPhone)); in testIsRoamingMeteredAnother()453 assertTrue(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_SUPL), mPhone)); in testIsRoamingMeteredAnother()[all …]
91 assertEquals(2, repository.getByType(ApnSetting.TYPE_SUPL).getPriority()); in checkDefaults()
219 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types in testProvisionApn()
57 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types84 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types111 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types
117 ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_SUPL, // types1035 assertEquals(ApnSetting.TYPE_MMS | ApnSetting.TYPE_SUPL | ApnSetting.TYPE_FOTA, in testGetDisallowedApnTypes()
1061 mDct.enableApn(ApnSetting.TYPE_SUPL, DcTracker.REQUEST_TYPE_NORMAL, null); in testGetDataConnectionState()1082 mDct.enableApn(ApnSetting.TYPE_SUPL, DcTracker.REQUEST_TYPE_NORMAL, null); in testTrySetupDataUnmeteredDataDisabled()
73 add(ApnSetting.TYPE_SUPL, apnTypeMap); in addApns()
70 ApnSetting.TYPE_SUPL,
567 apnType = ApnSetting.TYPE_SUPL; in getApnTypeFromNetworkRequest()
94 public static final int TYPE_SUPL = ApnTypes.SUPL; field in ApnSetting307 APN_TYPE_STRING_MAP.put(TYPE_SUPL_STRING, TYPE_SUPL); in APN_TYPE_STRING_MAP.put() argument321 APN_TYPE_INT_MAP.put(TYPE_SUPL, TYPE_SUPL_STRING); in APN_TYPE_INT_MAP.put() argument2074 if ((mApnTypeBitmask & (TYPE_DEFAULT | TYPE_MMS | TYPE_SUPL | TYPE_DUN | TYPE_HIPRI in build()
117 ApnSetting.TYPE_SUPL,
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
48493 field public static final int TYPE_SUPL = 4; // 0x4