Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DWifiQualityMonitor.java202 protected void notifyThresholdChange(String key, Threshold[] ths) { in notifyThresholdChange() method in WifiQualityMonitor
300 notifyThresholdChange(key, matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()
DQualityMonitor.java101 protected abstract void notifyThresholdChange(String key, Threshold[] ths); in notifyThresholdChange() method in QualityMonitor
DCellularQualityMonitor.java199 notifyThresholdChange(entry.getKey(), matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()
258 protected void notifyThresholdChange(String key, Threshold[] ths) { in notifyThresholdChange() method in CellularQualityMonitor