Home
last modified time | relevance | path

Searched refs:createChannelCollection (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java479 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand()
593 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets()
642 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
655 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
661 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
731 KnownBandsChannelCollection scheduleChannels = mChannelHelper.createChannelCollection(); in assertSettingsSatisfied()
DWificondScannerTest.java74 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
DBaseWifiScannerImplTest.java97 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
103 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DWificondPnoScannerTest.java190 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DKnownBandsChannelHelperTest.java276 mChannelCollection = channelHelper.createChannelCollection(); in setUp()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java45 public abstract ChannelCollection createChannelCollection(); in createChannelCollection() method in ChannelHelper
DKnownBandsChannelHelper.java281 public KnownBandsChannelCollection createChannelCollection() { in createChannelCollection() method in KnownBandsChannelHelper
DWificondScannerImpl.java164 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
DBackgroundScanScheduler.java140 mChannelCollection = mChannelHelper.createChannelCollection(); in Bucket()
DWifiScanningServiceImpl.java886 ChannelCollection activeChannels = mChannelHelper.createChannelCollection(); in activeScanSatisfies()
948 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan()