Home
last modified time | relevance | path

Searched refs:isTransportTypeSelWithoutSSInRoamSupported (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilderTest.java249 doReturn(false).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_Default()
294 doReturn(true).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_isTransportTypeSelWithoutSSInRoamSupported()
324 doReturn(false).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_isCurrentTransportTypeInVoiceCallSupported()
341 doReturn(false).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_isRoveOutOnCellularWifiBothBadSupported()
362 doReturn(false).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_isRoveInOnCellularWifiBothBadSupported()
383 doReturn(true).when(mConfig).isTransportTypeSelWithoutSSInRoamSupported(); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
DAccessNetworkEvaluatorTest.java1519 when(mMockQnsConfigManager.isTransportTypeSelWithoutSSInRoamSupported()).thenReturn(false); in testEventImsRegistrationStateChanged()
DQnsCarrierConfigManagerTest.java252 mConfigManager.isTransportTypeSelWithoutSSInRoamSupported(); in testIsTransportTypeSelWithoutSSInRoamSupportedWithDefaultValues()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilder.java87 if (mConfig.isTransportTypeSelWithoutSSInRoamSupported() in getPolicy()
DQnsCarrierConfigManager.java1844 boolean isTransportTypeSelWithoutSSInRoamSupported() { in isTransportTypeSelWithoutSSInRoamSupported() method in QnsCarrierConfigManager