Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java482 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand()
596 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets()
645 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
658 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
664 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
735 KnownBandsChannelCollection scheduleChannels = mChannelHelper.createChannelCollection(); in assertSettingsSatisfied()
DBaseWifiScannerImplTest.java97 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
103 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandAndChannelScanFreqs()
DWificondPnoScannerTest.java216 ChannelCollection collection = mScanner.getChannelHelper().createChannelCollection(); in expectedBandScanFreqs()
DWificondScannerTest.java85 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
DKnownBandsChannelHelperTest.java350 mChannelCollection = channelHelper.createChannelCollection(); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DChannelHelper.java47 public abstract ChannelCollection createChannelCollection(); in createChannelCollection() method in ChannelHelper
DKnownBandsChannelHelper.java451 public KnownBandsChannelCollection createChannelCollection() { in createChannelCollection() method in KnownBandsChannelHelper
DWificondScannerImpl.java161 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
DBackgroundScanScheduler.java140 mChannelCollection = mChannelHelper.createChannelCollection(); in Bucket()
DWifiScanningServiceImpl.java1202 ChannelCollection activeChannels = mChannelHelper.createChannelCollection(); in activeScanSatisfies()
1264 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java229 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper()