Searched refs:getWifiRssiThresholdWithoutCellular (Results 1 – 4 of 4) sorted by relevance
1519 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()
751 when(mConfig.getWifiRssiThresholdWithoutCellular(anyInt())) in testMakeThresholdsWifiWithoutCellular()
468 mConfig.getWifiRssiThresholdWithoutCellular(preCondition.getCallType()); in makeThresholdsWifiWithoutCellular()
2261 QnsConfigArray getWifiRssiThresholdWithoutCellular(int callType) { in getWifiRssiThresholdWithoutCellular() method in QnsCarrierConfigManager