Searched refs:channelCollection (Results 1 – 3 of 3) sorted by relevance
83 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels() local84 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()85 when(channelCollection.isEmpty()).thenReturn(true); in singleScanNotIssuedIfNoAvailableChannels()
347 private static int getBandScanned(ChannelCollection channelCollection) { in getBandScanned() argument351 if (channelCollection.containsBand(1 << i)) { in getBandScanned()
818 ChannelCollection channelCollection = originalBucket.getChannelCollection(); in fixBuckets() local819 Set<Integer> channelSet = channelCollection.getChannelSet(); in fixBuckets()