Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondScannerTest.java83 ChannelCollection channelCollection = mock(ChannelCollection.class); in singleScanNotIssuedIfNoAvailableChannels() local
84 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
85 when(channelCollection.isEmpty()).thenReturn(true); in singleScanNotIssuedIfNoAvailableChannels()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java347 private static int getBandScanned(ChannelCollection channelCollection) { in getBandScanned() argument
351 if (channelCollection.containsBand(1 << i)) { in getBandScanned()
DBackgroundScanScheduler.java818 ChannelCollection channelCollection = originalBucket.getChannelCollection(); in fixBuckets() local
819 Set<Integer> channelSet = channelCollection.getChannelSet(); in fixBuckets()