Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java369 assertFalse(mChannelCollection.isAllChannels()); in empty()
391 assertFalse(mChannelCollection.isAllChannels()); in clear()
412 assertFalse(mChannelCollection.isAllChannels()); in addBand()
433 assertFalse(mChannelCollection.isAllChannels()); in addChannel_single()
455 assertFalse(mChannelCollection.isAllChannels()); in addChannel_multiple()
477 assertFalse(mChannelCollection.isAllChannels()); in addChannel_and_addBand_sameBand()
499 assertFalse(mChannelCollection.isAllChannels()); in addChannel_and_addBand_withDifferentBandChannel()
522 assertTrue(mChannelCollection.isAllChannels()); in addChannel_and_addBand_all()
537 assertFalse(mChannelCollection.isAllChannels()); in addChannel_exceedMaxChannels()
552 assertFalse(mChannelCollection.isAllChannels()); in addChannel_exceedMaxChannelsOnMultipleBands()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java123 public abstract boolean isAllChannels(); in isAllChannels() method in ChannelHelper.ChannelCollection
DKnownBandsChannelHelper.java356 public boolean isAllChannels() { in isAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection