Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DTransportManagerTest.java98 new QualifiedNetworks(ApnSetting.TYPE_IMS, in testHandoverNeeded()
108 mTransportManager.getCurrentTransport(ApnSetting.TYPE_IMS)); in testHandoverNeeded()
112 new QualifiedNetworks(ApnSetting.TYPE_IMS, in testHandoverNeeded()
128 assertEquals(ApnSetting.TYPE_IMS, params.apnType); in testHandoverNeeded()
134 mTransportManager.getCurrentTransport(ApnSetting.TYPE_IMS)); in testHandoverNeeded()
138 new QualifiedNetworks(ApnSetting.TYPE_IMS, in testHandoverNeeded()
154 assertEquals(ApnSetting.TYPE_IMS, params.apnType); in testHandoverNeeded()
159 mTransportManager.getCurrentTransport(ApnSetting.TYPE_IMS)); in testHandoverNeeded()
163 mTransportManager.getCurrentTransport(ApnSetting.TYPE_IMS)); in testHandoverNeeded()
173 new QualifiedNetworks(ApnSetting.TYPE_IMS, in testHandoverNotNeeded()
[all …]
DApnSettingTest.java434 createApnSetting(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_IMS), mPhone)); in testIsMeteredAnother()
436 assertFalse(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_IMS), mPhone)); in testIsMeteredAnother()
463 createApnSetting(ApnSetting.TYPE_DEFAULT | ApnSetting.TYPE_IMS), mPhone)); in testIsRoamingMeteredAnother()
465 assertFalse(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_IMS), mPhone)); in testIsRoamingMeteredAnother()
486 assertFalse(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_IMS), mPhone)); in testIsMeteredNothingCharged()
489 createApnSetting(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS), mPhone)); in testIsMeteredNothingCharged()
506 assertFalse(ApnSettingUtils.isMetered(createApnSetting(ApnSetting.TYPE_IMS), mPhone)); in testIsRoamingMeteredNothingCharged()
509 createApnSetting(ApnSetting.TYPE_IMS | ApnSetting.TYPE_MMS), mPhone)); in testIsRoamingMeteredNothingCharged()
644 ApnSetting.TYPE_IMS, in testEqualsRoamingProtocol()
671 ApnSetting.TYPE_IMS, in testEqualsRoamingProtocol()
[all …]
DDcTrackerTest.java734 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testUserDisableData()
833 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testUserDisableRoaming()
889 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testDataCallOnUserDisableRoaming()
1001 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testCarrierActionSetMeteredApnsEnabled()
1558 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testNetworkStatusChangedRecoveryOFF()
1600 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testNetworkStatusChangedRecoveryON()
1642 mDct.enableApn(ApnSetting.TYPE_IMS, DcTracker.REQUEST_TYPE_NORMAL, null); in testRecoveryStepPDPReset()
DDataConnectionTest.java202 ApnSetting.TYPE_IMS, // types
229 ApnSetting.TYPE_IMS, // types
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnContext.java549 return ApnSetting.TYPE_IMS; in getApnTypeFromNetworkType()
595 apnType = ApnSetting.TYPE_IMS; in getApnTypeFromNetworkRequest()
DAccessNetworksManager.java67 ApnSetting.TYPE_IMS,
DDcTracker.java4060 apnContext = mApnContextsByType.get(ApnSetting.TYPE_IMS); in getPcscfAddress()
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java99 public static final int TYPE_IMS = ApnTypes.IMS; field in ApnSetting
120 TYPE_IMS,
211 APN_TYPE_STRING_MAP.put("ims", TYPE_IMS);
223 APN_TYPE_INT_MAP.put(TYPE_IMS, "ims"); in APN_TYPE_INT_MAP.put() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...