Searched refs:thresholdsSet (Results 1 – 1 of 1) sorted by relevance
294 Set<Integer> thresholdsSet = new HashSet<>(); // to store unique thresholds in updateRegisteredThresholdsArray() local303 if (thresholdsSet.add(t)) { in updateRegisteredThresholdsArray()311 int[] newThresholds = new int[thresholdsSet.size()]; in updateRegisteredThresholdsArray()313 for (int i : thresholdsSet) { in updateRegisteredThresholdsArray()