Searched refs:shouldReportFullScanResultForSettings (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | ScanScheduleUtilFilterTest.java | 67 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/ |
D | ScanScheduleUtil.java | 131 public static boolean shouldReportFullScanResultForSettings(ChannelHelper channelHelper, in shouldReportFullScanResultForSettings() method in ScanScheduleUtil
|
D | BackgroundScanScheduler.java | 404 public boolean shouldReportFullScanResultForSettings(@NonNull ScanResult result, in shouldReportFullScanResultForSettings() method in BackgroundScanScheduler 406 return ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in shouldReportFullScanResultForSettings()
|
D | WifiScanningServiceImpl.java | 1600 if (ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullScanResult() 2119 if (mBackgroundScheduler.shouldReportFullScanResultForSettings( in reportFullScanResult()
|