Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java273 private static final int[] TEST_RSSI6_THRESHOLDS = {-79, -72, -65, -55}; field in WifiManagerTest
1317 .setRssiThresholds(ScanResult.WIFI_BAND_6_GHZ, TEST_RSSI6_THRESHOLDS) in buildTestNetworkSelectionConfig()
1359 assertArrayEquals(TEST_RSSI6_THRESHOLDS, in testSetNetworkSelectionConfig()