Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java63 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/
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.java1009 if (ScanScheduleUtil.shouldReportFullScanResultForSettings(mChannelHelper, in reportFullScanResult()
1431 if (mBackgroundScheduler.shouldReportFullScanResultForSettings( in reportFullScanResult()