Searched refs:channelHelper (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
D | ScanScheduleUtil.java | 131 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()
|
D | WificondScannerImpl.java | 96 WifiMonitor wifiMonitor, ChannelHelper channelHelper, in WificondScannerImpl() argument 102 mChannelHelper = channelHelper; in WificondScannerImpl()
|
D | BackgroundScanScheduler.java | 368 public BackgroundScanScheduler(ChannelHelper channelHelper) { in BackgroundScanScheduler() argument 369 mChannelHelper = channelHelper; in BackgroundScanScheduler()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | WificondScannerTest.java | 83 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()
|
D | KnownBandsChannelHelperTest.java | 344 KnownBandsChannelHelper channelHelper = new PresetKnownBandsChannelHelper( in setUp() local 350 mChannelCollection = channelHelper.createChannelCollection(); in setUp()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 214 WifiScanner.ScanSettings requestSettings, ChannelHelper channelHelper) { in computeSingleScanNativeSettingsWithChannelHelper() argument 229 ChannelCollection channelCollection = channelHelper.createChannelCollection(); in computeSingleScanNativeSettingsWithChannelHelper()
|