Searched refs:getAllChannels (Results 1 – 2 of 2) sorted by relevance
484 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 BackgroundScanSchedulerTest660 return collection.getAllChannels(); in getAllChannels()663 protected Set<Integer> getAllChannels(WifiScanner.ScanSettings settings) { in getAllChannels() method in BackgroundScanSchedulerTest666 return collection.getAllChannels(); in getAllChannels()731 Set<Integer> channelSet = getAllChannels(settings); in assertSettingsSatisfied()[all …]
476 public Set<Integer> getAllChannels() { in getAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection