Searched refs:thresholdsArray (Results 1 – 2 of 2) sorted by relevance
2556 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local2557 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()2558 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()2560 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in verifyRssiMonitoringCallbackIsRegistered()
5441 ArrayList<Integer> thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local5443 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in updateSignalStrengthThresholds()5453 detail, Arrays.toString(thresholdsArray.toArray()), nai.toShortString())); in updateSignalStrengthThresholds()