Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2126 int testBand = testBandsAndChannels.keyAt(i); in testStartLocalOnlyHotspotWithSupportedBand() local
2127 if (skip5g6gBand && (testBand == SoftApConfiguration.BAND_6GHZ in testStartLocalOnlyHotspotWithSupportedBand()
2128 || testBand == SoftApConfiguration.BAND_5GHZ)) { in testStartLocalOnlyHotspotWithSupportedBand()
2133 if (testBand == SoftApConfiguration.BAND_6GHZ) { in testStartLocalOnlyHotspotWithSupportedBand()
2143 customConfigBuilder.setBand(testBand); in testStartLocalOnlyHotspotWithSupportedBand()
2160 assertEquals(testBand, softApConfig.getBand()); in testStartLocalOnlyHotspotWithSupportedBand()