Home
last modified time | relevance | path

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

/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java82 public void testChannels() throws Exception { in testChannels() method in TvProviderPerfTest
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java5410 List<CoexUnsafeChannel> testChannels = null; in testListenOnCoexUnsafeChannels() local
5414 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()