Home
last modified time | relevance | path

Searched refs:channelCollection (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java155 int period, int reportEvents, ChannelCollection channelCollection) { in addBucketWithChannelCollection() argument
160 channelCollection.fillBucketSettings(bucket, Integer.MAX_VALUE); in addBucketWithChannelCollection()
229 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper() local
230 channelCollection.addChannels(requestSettings); in computeSingleScanNativeSettingsWithChannelHelper()
231 builder.addBucketWithChannelCollection(0, reportEvents, channelCollection); in computeSingleScanNativeSettingsWithChannelHelper()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondScannerTest.java84 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels() local
85 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
86 when(channelCollection.isEmpty()).thenReturn(true); in singleScanNotIssuedIfNoAvailableChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java347 private static int getScannedBandsInternal(ChannelCollection channelCollection) { in getScannedBandsInternal() argument
351 if (channelCollection.containsBand(1 << i)) { in getScannedBandsInternal()
DBackgroundScanScheduler.java818 ChannelCollection channelCollection = originalBucket.getChannelCollection(); in fixBuckets() local
819 Set<Integer> channelSet = channelCollection.getChannelSet(); in fixBuckets()