Searched refs:thresholdsList (Results 1 – 2 of 2) sorted by relevance
287 List<Threshold> thresholdsList = mThresholdsList.get(key); in checkAndNotifySignalStrength() local288 if (thresholdsList == null) return; in checkAndNotifySignalStrength()289 Log.d(mTag, "checkAndNotifySignalStrength for " + thresholdsList); in checkAndNotifySignalStrength()292 for (Threshold th : thresholdsList) { in checkAndNotifySignalStrength()
299 List<Integer> thresholdsList = in updateRegisteredThresholdsArray() local302 for (int t : thresholdsList) { in updateRegisteredThresholdsArray()354 List<Integer> thresholdsList = in updateThresholdsMatrix() local356 thresholdsList.add(th.getThreshold()); in updateThresholdsMatrix()357 netCapabilityThresholds.put(netCapability, thresholdsList); in updateThresholdsMatrix()