Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DCellularQualityMonitor.java294 Set<Integer> thresholdsSet = new HashSet<>(); // to store unique thresholds in updateRegisteredThresholdsArray() local
303 if (thresholdsSet.add(t)) { in updateRegisteredThresholdsArray()
311 int[] newThresholds = new int[thresholdsSet.size()]; in updateRegisteredThresholdsArray()
313 for (int i : thresholdsSet) { in updateRegisteredThresholdsArray()