Searched refs:TEST_RSSI6_THRESHOLDS (Results 1 – 1 of 1) sorted by relevance
273 private static final int[] TEST_RSSI6_THRESHOLDS = {-79, -72, -65, -55}; field in WifiManagerTest1317 .setRssiThresholds(ScanResult.WIFI_BAND_6_GHZ, TEST_RSSI6_THRESHOLDS) in buildTestNetworkSelectionConfig()1359 assertArrayEquals(TEST_RSSI6_THRESHOLDS, in testSetNetworkSelectionConfig()