Home
last modified time | relevance | path

Searched refs:mChannelHelper (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java48 private ChannelHelper mChannelHelper; field in ScanScheduleUtilFilterTest
52 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp()
66 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForBandsWithNoBucketInfo()
77 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForBandsWithNoBucketInfo()
88 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithNoBucketInfo()
99 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithNoBucketInfo()
110 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithBucketDefinitlyScanned()
121 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithBucketDefinitlyNotScanned()
132 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataEmptyWithNoBucketInfo()
144 ScanData[] results = ScanScheduleUtil.filterResultsForSettings(mChannelHelper, in filterScanDataSingleNotMatchingWithNoBucketInfo()
[all …]
DKnownBandsChannelHelperTest.java64 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.EstimateScanDurationTest
72 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp()
88 mChannelHelper.estimateScanDuration(testSettings)); in fewChannels()
100 mChannelHelper.estimateScanDuration(testSettings)); in band()
110 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.GetAvailableScanChannelsTest
118 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp()
127 mChannelHelper.getAvailableScanChannels(band); in testBand()
201 KnownBandsChannelHelper mChannelHelper; field in KnownBandsChannelHelperTest.SettingsContainChannelTest
209 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp()
224 assertFalse(mChannelHelper.settingsContainChannel(testSettings, 2412)); in emptySettings()
[all …]
DBackgroundScanSchedulerTest.java61 private KnownBandsChannelHelper mChannelHelper; field in BackgroundScanSchedulerTest
66 mChannelHelper = new PresetKnownBandsChannelHelper( in setUp()
71 mScheduler = new BackgroundScanScheduler(mChannelHelper); in setUp()
481 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalScheduleFullyCollapsesDuplicateChannelsInBand()
595 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsAcrossMultipleBuckets()
644 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in optimalSchedulePartiallyCollapsesDuplicateChannelsWithSplitBuckets()
657 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
663 KnownBandsChannelCollection collection = mChannelHelper.createChannelCollection(); in getAllChannels()
733 KnownBandsChannelCollection scheduleChannels = mChannelHelper.createChannelCollection(); in assertSettingsSatisfied()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DHalWifiScannerImpl.java43 private final ChannelHelper mChannelHelper; field in HalWifiScannerImpl
50 mChannelHelper = new WificondChannelHelper(wifiNative); in HalWifiScannerImpl()
53 mChannelHelper, looper, clock); in HalWifiScannerImpl()
75 return mChannelHelper; in getChannelHelper()
DWificondScannerImpl.java69 private final ChannelHelper mChannelHelper; field in WificondScannerImpl
102 mChannelHelper = channelHelper; in WificondScannerImpl()
142 return mChannelHelper; in getChannelHelper()
159 ChannelCollection allFreqs = mChannelHelper.createChannelCollection(); in startSingleScan()
DBackgroundScanScheduler.java140 mChannelCollection = mChannelHelper.createChannelCollection(); in Bucket()
363 private final ChannelHelper mChannelHelper; field in BackgroundScanScheduler
369 mChannelHelper = channelHelper; in BackgroundScanScheduler()
406 return ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in shouldReportFullScanResultForSettings()
416 return ScanScheduleUtil.filterResultsForSettings(mChannelHelper, scanDatas, settings, in filterResultsForSettings()
DWifiScanningServiceImpl.java131 if (mChannelHelper == null) return new ChannelSpec[0][0]; in getAvailableChannels()
132 mChannelHelper.updateChannels(); in getAvailableChannels()
133 return mChannelHelper.getAvailableScanChannels(band); in getAvailableChannels()
387 private ChannelHelper mChannelHelper; field in WifiScanningServiceImpl
1123 ChannelCollection activeChannels = mChannelHelper.createChannelCollection(); in activeScanSatisfies()
1176 mChannelHelper.updateChannels(); in tryToStartNewScan()
1185 ChannelCollection channels = mChannelHelper.createChannelCollection(); in tryToStartNewScan()
1243 if (ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullScanResult()
1265 mChannelHelper, allResults, entry.settings, -1); in reportScanResults()
1393 mChannelHelper = mScannerImpl.getChannelHelper(); in processMessage()
[all …]