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.java2112 SparseIntArray testBandsAndChannels = getAvailableBandAndChannelForTesting( in testStartLocalOnlyHotspotWithSupportedBand() local
2124 for (int i = 0; i < testBandsAndChannels.size(); i++) { in testStartLocalOnlyHotspotWithSupportedBand()
2126 int testBand = testBandsAndChannels.keyAt(i); in testStartLocalOnlyHotspotWithSupportedBand()
2876 SparseIntArray testBandsAndChannels = new SparseIntArray(); in getAvailableBandAndChannelForTesting() local
2878 testBandsAndChannels.put(SoftApConfiguration.BAND_2GHZ, 1); in getAvailableBandAndChannelForTesting()
2879 return testBandsAndChannels; in getAvailableBandAndChannelForTesting()
2884 testBandsAndChannels.put(band, supportedList[0]); in getAvailableBandAndChannelForTesting()
2887 return testBandsAndChannels; in getAvailableBandAndChannelForTesting()
3300 SparseIntArray testBandsAndChannels = getAvailableBandAndChannelForTesting( in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback() local
3304 assertNotEquals(0, testBandsAndChannels.size()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
[all …]