Searched refs:matchedThresholds (Results 1 – 2 of 2) sorted by relevance
290 List<Threshold> matchedThresholds = new ArrayList<>(); in checkAndNotifySignalStrength() local296 matchedThresholds.add(threshold); in checkAndNotifySignalStrength()299 if (matchedThresholds.size() > 0) { in checkAndNotifySignalStrength()300 notifyThresholdChange(key, matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()
186 List<Threshold> matchedThresholds = new ArrayList<>(); in checkAndNotifySignalStrength() local195 matchedThresholds.add(threshold); in checkAndNotifySignalStrength()198 if (matchedThresholds.size() > 0) { in checkAndNotifySignalStrength()199 notifyThresholdChange(entry.getKey(), matchedThresholds.toArray(new Threshold[0])); in checkAndNotifySignalStrength()