Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DWifiQualityMonitor.java290 List<Threshold> matchedThresholds = new ArrayList<>(); in checkAndNotifySignalStrength() local
296 matchedThresholds.add(threshold); in checkAndNotifySignalStrength()
299 if (matchedThresholds.size() > 0) { in checkAndNotifySignalStrength()
300 notifyThresholdChange(key, matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()
DCellularQualityMonitor.java186 List<Threshold> matchedThresholds = new ArrayList<>(); in checkAndNotifySignalStrength() local
195 matchedThresholds.add(threshold); in checkAndNotifySignalStrength()
198 if (matchedThresholds.size() > 0) { in checkAndNotifySignalStrength()
199 notifyThresholdChange(entry.getKey(), matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()