Searched refs:testBandsAndChannels (Results 1 – 1 of 1) sorted by relevance
2134 SparseIntArray testBandsAndChannels = new SparseIntArray(); in getAvailableBandAndChannelForTesting() local2136 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() local2396 assertNotEquals(0, testBandsAndChannels.size()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()2406 .setChannel(testBandsAndChannels.valueAt(0), testBandsAndChannels.keyAt(0)); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()2433 && testBandsAndChannels.valueAt(0) == sapChannel; in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()