Home
last modified time | relevance | path

Searched refs:getWifiRssiThresholdWithoutCellular (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java1519 threshold = mConfigManager.getWifiRssiThresholdWithoutCellular(CALL_TYPE_IDLE); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1524 threshold = mConfigManager.getWifiRssiThresholdWithoutCellular(CALL_TYPE_VOICE); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1529 threshold = mConfigManager.getWifiRssiThresholdWithoutCellular(CALL_TYPE_VIDEO); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1534 threshold = mConfigManager.getWifiRssiThresholdWithoutCellular(-1); in testGetWifiRssiThresholdWithoutCellularWithDefaultValues()
1550 mConfigManager.getWifiRssiThresholdWithoutCellular(CALL_TYPE_IDLE); in testGetWifiRssiThresholdWithoutCellularWithTestBundle()
DAccessNetworkSelectionPolicyBuilderTest.java751 when(mConfig.getWifiRssiThresholdWithoutCellular(anyInt())) in testMakeThresholdsWifiWithoutCellular()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilder.java468 mConfig.getWifiRssiThresholdWithoutCellular(preCondition.getCallType()); in makeThresholdsWifiWithoutCellular()
DQnsCarrierConfigManager.java2261 QnsConfigArray getWifiRssiThresholdWithoutCellular(int callType) { in getWifiRssiThresholdWithoutCellular() method in QnsCarrierConfigManager