Searched refs:testChannels (Results 1 – 2 of 2) sorted by relevance
82 public void testChannels() throws Exception { in testChannels() method in TvProviderPerfTest
5410 List<CoexUnsafeChannel> testChannels = null; in testListenOnCoexUnsafeChannels() local5414 testChannels = List.of(new CoexUnsafeChannel(WIFI_BAND_24_GHZ, 1 + i)); in testListenOnCoexUnsafeChannels()5415 sWifiManager.setCoexUnsafeChannels(testChannels, testRestrictions); in testListenOnCoexUnsafeChannels()5425 assertEquals(testChannels, callback.getCoexUnsafeChannels()); in testListenOnCoexUnsafeChannels()