Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4237 final List<CoexUnsafeChannel> testUnsafeChannels = new ArrayList<>(); in testListenOnCoexUnsafeChannels() local
4238 testUnsafeChannels.add(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, 6)); in testListenOnCoexUnsafeChannels()
4250 mWifiManager.setCoexUnsafeChannels(testUnsafeChannels, testRestrictions); in testListenOnCoexUnsafeChannels()
4254 mWifiManager.setCoexUnsafeChannels(testUnsafeChannels, testRestrictions); in testListenOnCoexUnsafeChannels()
4263 assertEquals(testUnsafeChannels, callback.getCoexUnsafeChannels()); in testListenOnCoexUnsafeChannels()