Searched refs:channelCollection (Results 1 – 4 of 4) sorted by relevance
155 int period, int reportEvents, ChannelCollection channelCollection) { in addBucketWithChannelCollection() argument160 channelCollection.fillBucketSettings(bucket, Integer.MAX_VALUE); in addBucketWithChannelCollection()229 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper() local230 channelCollection.addChannels(requestSettings); in computeSingleScanNativeSettingsWithChannelHelper()231 builder.addBucketWithChannelCollection(0, reportEvents, channelCollection); in computeSingleScanNativeSettingsWithChannelHelper()
84 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels() local85 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()86 when(channelCollection.isEmpty()).thenReturn(true); in singleScanNotIssuedIfNoAvailableChannels()
347 private static int getScannedBandsInternal(ChannelCollection channelCollection) { in getScannedBandsInternal() argument351 if (channelCollection.containsBand(1 << i)) { in getScannedBandsInternal()
818 ChannelCollection channelCollection = originalBucket.getChannelCollection(); in fixBuckets() local819 Set<Integer> channelSet = channelCollection.getChannelSet(); in fixBuckets()