Searched refs:getAllChannels (Results 1 – 2 of 2) sorted by relevance
481 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 BackgroundScanSchedulerTest657 return collection.getAllChannels(); in getAllChannels()660 protected Set<Integer> getAllChannels(WifiScanner.ScanSettings settings) { in getAllChannels() method in BackgroundScanSchedulerTest663 return collection.getAllChannels(); in getAllChannels()727 Set<Integer> channelSet = getAllChannels(settings); in assertSettingsSatisfied()[all …]
274 public Set<Integer> getAllChannels() { in getAllChannels() method in KnownBandsChannelHelper.KnownBandsChannelCollection