Searched refs:testUnsafeChannels (Results 1 – 1 of 1) sorted by relevance
4237 final List<CoexUnsafeChannel> testUnsafeChannels = new ArrayList<>(); in testListenOnCoexUnsafeChannels() local4238 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()