Searched refs:thresholdsArray (Results 1 – 2 of 2) sorted by relevance
2686 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local2687 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()2688 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()2690 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in verifyRssiMonitoringCallbackIsRegistered()
5460 ArrayList<Integer> thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local5462 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in updateSignalStrengthThresholds()5472 detail, Arrays.toString(thresholdsArray.toArray()), nai.toShortString())); in updateSignalStrengthThresholds()