Searched refs:thresholdsArray (Results 1 – 2 of 2) sorted by relevance
2930 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local2931 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()2932 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()2934 thresholdsArray.stream().mapToInt(Integer::intValue).toArray()); in verifyRssiMonitoringCallbackIsRegistered()
5977 final int[] thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local5987 detail, Arrays.toString(thresholdsArray), nai.toShortString())); in updateSignalStrengthThresholds()5990 nai.onSignalStrengthThresholdsUpdated(thresholdsArray); in updateSignalStrengthThresholds()