Home
last modified time | relevance | path

Searched refs:shouldReportFullScanResultForSettings (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java67 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForBandsWithNoBucketInfo()
78 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForBandsWithNoBucketInfo()
89 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithNoBucketInfo()
100 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithNoBucketInfo()
111 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithBucketDefinitlyScanned()
122 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithBucketDefinitlyNotScanned()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DScanScheduleUtil.java131 public static boolean shouldReportFullScanResultForSettings(ChannelHelper channelHelper, in shouldReportFullScanResultForSettings() method in ScanScheduleUtil
DBackgroundScanScheduler.java404 public boolean shouldReportFullScanResultForSettings(@NonNull ScanResult result, in shouldReportFullScanResultForSettings() method in BackgroundScanScheduler
406 return ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in shouldReportFullScanResultForSettings()
DWifiScanningServiceImpl.java1600 if (ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullScanResult()
2119 if (mBackgroundScheduler.shouldReportFullScanResultForSettings( in reportFullScanResult()