Searched refs:TEST_RSSI5_THRESHOLDS (Results 1 – 1 of 1) sorted by relevance
272 private static final int[] TEST_RSSI5_THRESHOLDS = {-80, -77, -71, -55}; field in WifiManagerTest1316 .setRssiThresholds(ScanResult.WIFI_BAND_5_GHZ, TEST_RSSI5_THRESHOLDS) in buildTestNetworkSelectionConfig()1357 assertArrayEquals(TEST_RSSI5_THRESHOLDS, in testSetNetworkSelectionConfig()