Home
last modified time | relevance | path

Searched refs:thresholdsArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2556 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local
2557 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()
2558 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()
2560 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in verifyRssiMonitoringCallbackIsRegistered()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5441 ArrayList<Integer> thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local
5443 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in updateSignalStrengthThresholds()
5453 detail, Arrays.toString(thresholdsArray.toArray()), nai.toShortString())); in updateSignalStrengthThresholds()