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.java2686 ArrayList<Integer> thresholdsArray = new ArrayList<>(); in verifyRssiMonitoringCallbackIsRegistered() local
2687 thresholdsArray.add(RSSI_THRESHOLD_MAX); in verifyRssiMonitoringCallbackIsRegistered()
2688 thresholdsArray.add(RSSI_THRESHOLD_MIN); in verifyRssiMonitoringCallbackIsRegistered()
2690 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in verifyRssiMonitoringCallbackIsRegistered()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5460 ArrayList<Integer> thresholdsArray = getSignalStrengthThresholds(nai); in updateSignalStrengthThresholds() local
5462 thresholds.putIntegerArrayList("thresholds", thresholdsArray); in updateSignalStrengthThresholds()
5472 detail, Arrays.toString(thresholdsArray.toArray()), nai.toShortString())); in updateSignalStrengthThresholds()