Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2134 SparseIntArray testBandsAndChannels = new SparseIntArray(); in getAvailableBandAndChannelForTesting() local
2136 testBandsAndChannels.put(SoftApConfiguration.BAND_2GHZ, 1); in getAvailableBandAndChannelForTesting()
2137 return testBandsAndChannels; in getAvailableBandAndChannelForTesting()
2142 testBandsAndChannels.put(band, supportedList[0]); in getAvailableBandAndChannelForTesting()
2145 return testBandsAndChannels; in getAvailableBandAndChannelForTesting()
2392 SparseIntArray testBandsAndChannels = getAvailableBandAndChannelForTesting( in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback() local
2396 assertNotEquals(0, testBandsAndChannels.size()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2406 .setChannel(testBandsAndChannels.valueAt(0), testBandsAndChannels.keyAt(0)); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2433 && testBandsAndChannels.valueAt(0) == sapChannel; in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()