Home
last modified time | relevance | path

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

/frameworks/opt/net/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()
DBackgroundScanScheduler.java368 public BackgroundScanScheduler(ChannelHelper channelHelper) { in BackgroundScanScheduler() argument
369 mChannelHelper = channelHelper; in BackgroundScanScheduler()
DWificondScannerImpl.java130 WifiMonitor wifiMonitor, ChannelHelper channelHelper, in WificondScannerImpl() argument
134 mChannelHelper = channelHelper; in WificondScannerImpl()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DKnownBandsChannelHelperTest.java271 KnownBandsChannelHelper channelHelper = new PresetKnownBandsChannelHelper( in setUp() local
275 mChannelCollection = channelHelper.createChannelCollection(); in setUp()
DWificondScannerTest.java68 ChannelHelper channelHelper = mock(ChannelHelper.class); in singleScanNotIssuedIfNoAvailableChannels() local
70 when(channelHelper.createChannelCollection()).thenReturn(channelCollection); in singleScanNotIssuedIfNoAvailableChannels()
74 channelHelper, mLooper.getLooper(), mClock); in singleScanNotIssuedIfNoAvailableChannels()
DBackgroundScanSchedulerTest.java934 NoBandChannelHelper channelHelper = new NoBandChannelHelper(); in createSchedulerWithNoBandChannelHelper() local
935 BackgroundScanScheduler scheduler = new BackgroundScanScheduler(channelHelper); in createSchedulerWithNoBandChannelHelper()
DWifiScanningServiceTest.java112 ChannelHelper channelHelper = new PresetKnownBandsChannelHelper( in setUp() local
122 when(mWifiScannerImpl.getChannelHelper()).thenReturn(channelHelper); in setUp()