Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java2177 String call_Type = sCallTypeMap.get(callType); in getThreshold() local
2179 if (access_network != null && measurement_Type != null && call_Type != null) { in getThreshold()
2182 + call_Type in getThreshold()
2216 String call_Type = sCallTypeMap.get(callType); in getThresholdByPref() local
2218 if (access_network == null || measurement_Type == null || call_Type == null) { in getThresholdByPref()
2226 + call_Type in getThresholdByPref()
2238 + call_Type in getThresholdByPref()
2263 String call_Type = sCallTypeMap.get(callType); in getWifiRssiThresholdWithoutCellular() local
2265 if (call_Type == null) { in getWifiRssiThresholdWithoutCellular()
2269 String key = "qns." + call_Type + "_wifi_rssi_without_cellular_int_array"; in getWifiRssiThresholdWithoutCellular()