Searched refs:shouldReportFullScanResultForSettings (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | ScanScheduleUtilFilterTest.java | 63 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForBandsWithNoBucketInfo() 74 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForBandsWithNoBucketInfo() 85 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithNoBucketInfo() 96 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithNoBucketInfo() 107 assertTrue(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultTrueForChannelsWithBucketDefinitlyScanned() 118 assertFalse(ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullResultFalseForChannelsWithBucketDefinitlyNotScanned()
|
/frameworks/opt/net/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 | 1009 if (ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullScanResult() 1431 if (mBackgroundScheduler.shouldReportFullScanResultForSettings( in reportFullScanResult()
|