Searched refs:isCurrentTransportTypeInVoiceCallSupported (Results 1 – 4 of 4) sorted by relevance
250 doReturn(false).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_Default()295 doReturn(false).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_isTransportTypeSelWithoutSSInRoamSupported()325 doReturn(true).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_isCurrentTransportTypeInVoiceCallSupported()342 doReturn(false).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_isRoveOutOnCellularWifiBothBadSupported()363 doReturn(false).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_isRoveInOnCellularWifiBothBadSupported()384 doReturn(false).when(mConfig).isCurrentTransportTypeInVoiceCallSupported(); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
309 mConfigManager.isCurrentTransportTypeInVoiceCallSupported(); in testIsCurrentTransportTypeInVoiceCallSupportedWithDefaultValues()
139 if (mConfig.isCurrentTransportTypeInVoiceCallSupported() in getPolicy()
1855 boolean isCurrentTransportTypeInVoiceCallSupported() { in isCurrentTransportTypeInVoiceCallSupported() method in QnsCarrierConfigManager