Searched refs:intThresholds (Results 1 – 1 of 1) sorted by relevance
525 int[] intThresholds = new int[(thresholds != null) ? thresholds.size() : 0]; in handleMessage() local526 for (int i = 0; i < intThresholds.length; i++) { in handleMessage()527 intThresholds[i] = thresholds.get(i); in handleMessage()529 onSignalStrengthThresholdsUpdated(intThresholds); in handleMessage()