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.java2420 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local
2421 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()
2422 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()
2424 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in verifyRssiMonitoringCallbackIsRegistered()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5075 ArrayList<Integer> thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local
5077 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in updateSignalStrengthThresholds()
5087 detail, Arrays.toString(thresholdsArray.toArray()), nai.name())); in updateSignalStrengthThresholds()