Home
last modified time | relevance | path

Searched refs:channelHelper (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DScanScheduleUtil.java131 public static boolean shouldReportFullScanResultForSettings(ChannelHelper channelHelper, in shouldReportFullScanResultForSettings() argument
134 return channelHelper.settingsContainChannel(settings, result.frequency); in shouldReportFullScanResultForSettings()
152 public static ScanData[] filterResultsForSettings(ChannelHelper channelHelper, in filterResultsForSettings() argument
161 if (channelHelper.settingsContainChannel(settings, scanResult.frequency)) { in filterResultsForSettings()
DWificondScannerImpl.java96 WifiMonitor wifiMonitor, ChannelHelper channelHelper, in WificondScannerImpl() argument
102 mChannelHelper = channelHelper; in WificondScannerImpl()
DBackgroundScanScheduler.java368 public BackgroundScanScheduler(ChannelHelper channelHelper) { in BackgroundScanScheduler() argument
369 mChannelHelper = channelHelper; in BackgroundScanScheduler()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWificondScannerTest.java83 ChannelHelper channelHelper = mock(ChannelHelper.class); in singleScanNotIssuedIfNoAvailableChannels() local
85 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
89 mWifiNative, mWifiMonitor, channelHelper, mLooper.getLooper(), mClock); in singleScanNotIssuedIfNoAvailableChannels()
DKnownBandsChannelHelperTest.java344 KnownBandsChannelHelper channelHelper = new PresetKnownBandsChannelHelper( in setUp() local
350 mChannelCollection = channelHelper.createChannelCollection(); in setUp()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java214 WifiScanner.ScanSettings requestSettings, ChannelHelper channelHelper) { in computeSingleScanNativeSettingsWithChannelHelper() argument
229 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper()