Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java261 List<Threshold> unmatchedThresholds = new ArrayList<>(); in findUnmatchedThresholds() local
264 unmatchedThresholds.addAll( in findUnmatchedThresholds()
268 return unmatchedThresholds; in findUnmatchedThresholds()
DAccessNetworkEvaluator.java1573 List<Threshold> unmatchedThresholds = new ArrayList<>(); in findUnmatchedThresholds() local
1576 return unmatchedThresholds; in findUnmatchedThresholds()
1590 unmatchedThresholds.add(threshold); in findUnmatchedThresholds()
1595 unmatchedThresholds.add(threshold); in findUnmatchedThresholds()
1606 unmatchedThresholds.removeIf(threshold -> threshold.getGroupId() == excludeGid); in findUnmatchedThresholds()
1608 return unmatchedThresholds; in findUnmatchedThresholds()
1612 List<Threshold> unmatchedThresholds = findUnmatchedThresholds(); in updateQualityMonitor() local
1613 if (unmatchedThresholds.size() == 0) { in updateQualityMonitor()
1624 for (Threshold th : unmatchedThresholds) { in updateQualityMonitor()
1644 for (Threshold th : unmatchedThresholds) { in updateQualityMonitor()
[all …]