Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQualityMonitor.java44 protected final HashMap<String, Boolean> mWaitingThresholds = new HashMap<>(); field in QualityMonitor
71 mWaitingThresholds.remove(key); in unregisterThresholdChange()
94 mWaitingThresholds.remove(key); in updateThresholdsForNetCapability()
112 mWaitingThresholds.clear(); in close()
125 pw.println(prefix + "mWaitingThresholds=" + mWaitingThresholds); in dump()
DWifiQualityMonitor.java124 mWaitingThresholds.clear(); in clearBackHaulTimer()
246 if (mWaitingThresholds.getOrDefault(entry.getKey(), false)) { in validateForWifiBackhaul()
264 mWaitingThresholds.put(key, true); in handleMatchingThreshold()
280 mWaitingThresholds.clear(); in validateThresholdsAfterBackHaul()
DCellularQualityMonitor.java182 if (mWaitingThresholds.getOrDefault(entry.getKey(), false)) { in checkAndNotifySignalStrength()