Searched refs:isTransportTypeSelWithoutSSInRoamSupported (Results 1 – 5 of 5) sorted by relevance
249 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()
1519 when(mMockQnsConfigManager.isTransportTypeSelWithoutSSInRoamSupported()).thenReturn(false); in testEventImsRegistrationStateChanged()
252 mConfigManager.isTransportTypeSelWithoutSSInRoamSupported(); in testIsTransportTypeSelWithoutSSInRoamSupportedWithDefaultValues()
87 if (mConfig.isTransportTypeSelWithoutSSInRoamSupported() in getPolicy()
1844 boolean isTransportTypeSelWithoutSSInRoamSupported() { in isTransportTypeSelWithoutSSInRoamSupported() method in QnsCarrierConfigManager