Searched refs:TEST_RSSI2_THRESHOLDS (Results 1 – 1 of 1) sorted by relevance
271 private static final int[] TEST_RSSI2_THRESHOLDS = {-81, -79, -73, -60}; field in WifiManagerTest1315 .setRssiThresholds(ScanResult.WIFI_BAND_24_GHZ, TEST_RSSI2_THRESHOLDS) in buildTestNetworkSelectionConfig()1355 assertArrayEquals(TEST_RSSI2_THRESHOLDS, in testSetNetworkSelectionConfig()