Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DInstantWifiTest.java204 assertTrue(mInstantWifi.getPredictedScanningChannels().contains(TEST_24G_FREQUENCY)); in testGetPredictedScanningChannels()
214 assertTrue(mInstantWifi.getPredictedScanningChannels().contains(TEST_5G_FREQUENCY)); in testGetPredictedScanningChannels()
218 assertFalse(mInstantWifi.getPredictedScanningChannels().contains(TEST_24G_FREQUENCY)); in testGetPredictedScanningChannels()
219 assertTrue(mInstantWifi.getPredictedScanningChannels().contains(TEST_5G_FREQUENCY)); in testGetPredictedScanningChannels()
H A DWifiNl80211ManagerTest.java1203 when(mMockInstantWifi.getPredictedScanningChannels()).thenReturn(testPredictedChannelsSet); in testInstantWifi()
1209 verify(mMockInstantWifi).getPredictedScanningChannels(); in testInstantWifi()
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DInstantWifi.java301 public Set<Integer> getPredictedScanningChannels() { in getPredictedScanningChannels() method in InstantWifi
H A DWifiNl80211Manager.java1090 getInstantWifiMockable().getPredictedScanningChannels()); in startScan()
1138 getInstantWifiMockable().getPredictedScanningChannels()); in startScan2()