Searched refs:testBand (Results 1 – 1 of 1) sorted by relevance
2126 int testBand = testBandsAndChannels.keyAt(i); in testStartLocalOnlyHotspotWithSupportedBand() local2127 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()