Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java484 Set<Integer> expectedBucketChannelSet = collection.getAllChannels(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand()
598 expectedBucketChannelSet = collection.getAllChannels(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets()
647 expectedBucketChannelSet = collection.getAllChannels(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
652 Set<Integer> combinedBucketChannelSet = getAllChannels(schedule.buckets[2]); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
653 combinedBucketChannelSet.addAll(getAllChannels(schedule.buckets[3])); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
657 protected Set<Integer> getAllChannels(BucketSettings bucket) { in getAllChannels() method in BackgroundScanSchedulerTest
660 return collection.getAllChannels(); in getAllChannels()
663 protected Set<Integer> getAllChannels(WifiScanner.ScanSettings settings) { in getAllChannels() method in BackgroundScanSchedulerTest
666 return collection.getAllChannels(); in getAllChannels()
731 Set<Integer> channelSet = getAllChannels(settings); in assertSettingsSatisfied()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java476 public Set<Integer> getAllChannels() { in getAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection