Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java272 private static final int[] TEST_RSSI5_THRESHOLDS = {-80, -77, -71, -55}; field in WifiManagerTest
1316 .setRssiThresholds(ScanResult.WIFI_BAND_5_GHZ, TEST_RSSI5_THRESHOLDS) in buildTestNetworkSelectionConfig()
1357 assertArrayEquals(TEST_RSSI5_THRESHOLDS, in testSetNetworkSelectionConfig()