Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java294 assertFalse(mChannelCollection.isAllChannels()); in empty()
315 assertFalse(mChannelCollection.isAllChannels()); in clear()
335 assertFalse(mChannelCollection.isAllChannels()); in addBand()
355 assertFalse(mChannelCollection.isAllChannels()); in addChannel_single()
376 assertFalse(mChannelCollection.isAllChannels()); in addChannel_multiple()
397 assertFalse(mChannelCollection.isAllChannels()); in addChannel_and_addBand_sameBand()
418 assertFalse(mChannelCollection.isAllChannels()); in addChannel_and_addBand_withDifferentBandChannel()
439 assertTrue(mChannelCollection.isAllChannels()); in addChannel_and_addBand_all()
454 assertFalse(mChannelCollection.isAllChannels()); in addChannel_exceedMaxChannels()
469 assertFalse(mChannelCollection.isAllChannels()); in addChannel_exceedMaxChannelsOnMultipleBands()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java105 public abstract boolean isAllChannels(); in isAllChannels() method in ChannelHelper.ChannelCollection
DKnownBandsChannelHelper.java201 public boolean isAllChannels() { in isAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection