Searched refs:thresholdsArray (Results 1 – 2 of 2) sorted by relevance
3286 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local3287 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()3288 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()3290 thresholdsArray.stream().mapToInt(Integer::intValue).toArray()); in verifyRssiMonitoringCallbackIsRegistered()
6526 final int[] thresholdsArray = getSignalStrengthThresholds(nai);6536 detail, Arrays.toString(thresholdsArray), nai.toShortString()));6539 nai.onSignalStrengthThresholdsUpdated(thresholdsArray);