Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java481 Set<Integer> expectedBucketChannelSet = collection.getAllChannels(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand()
595 expectedBucketChannelSet = collection.getAllChannels(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets()
644 expectedBucketChannelSet = collection.getAllChannels(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
649 Set<Integer> combinedBucketChannelSet = getAllChannels(schedule.buckets[2]); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
650 combinedBucketChannelSet.addAll(getAllChannels(schedule.buckets[3])); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
654 protected Set<Integer> getAllChannels(BucketSettings bucket) { in getAllChannels() method in BackgroundScanSchedulerTest
657 return collection.getAllChannels(); in getAllChannels()
660 protected Set<Integer> getAllChannels(WifiScanner.ScanSettings settings) { in getAllChannels() method in BackgroundScanSchedulerTest
663 return collection.getAllChannels(); in getAllChannels()
727 Set<Integer> channelSet = getAllChannels(settings); in assertSettingsSatisfied()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DKnownBandsChannelHelper.java274 public Set<Integer> getAllChannels() { in getAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection