Searched refs:REPORT_EVENT_FULL_SCAN_RESULT (Results 1 – 13 of 13) sorted by relevance
64 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultTrueForBandsWithNoBucketInfo()75 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultFalseForBandsWithNoBucketInfo()86 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultTrueForChannelsWithNoBucketInfo()97 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultFalseForChannelsWithNoBucketInfo()108 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultTrueForChannelsWithBucketDefinitlyScanned()119 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in reportFullResultFalseForChannelsWithBucketDefinitlyNotScanned()130 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in filterScanDataEmptyWithNoBucketInfo()142 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in filterScanDataSingleNotMatchingWithNoBucketInfo()154 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex()166 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned()[all …]
99 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in singleRequest()116 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in singleRequestWithoutPredefinedBucket()133 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in fewRequests()135 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in fewRequests()151 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in manyRequests()153 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in manyRequests()155 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in manyRequests()171 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in requestsWithNoPeriodCommonDenominator()173 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in requestsWithNoPeriodCommonDenominator()193 WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)); in manyRequestsDifferentReportScans()[all …]
164 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT, in singleScanSuccessWithFullResults()421 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT, in singleScanWhereSupplicantReturnsSomeOldResults()
242 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT, in testDumpWithCorrectFormatWithScanResult()
212 if ((requestedReportEvents & WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT) != 0) { in createBucketSettings()213 reportEvents |= WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT; in createBucketSettings()603 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT); in createTargetBucketSplitSettings()
1209 if ((settings.reportEvents & WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT) != 0 in activeScanSatisfies()1210 && (activeBucket.report_events & WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT) in activeScanSatisfies()1275 if ((entry.settings.reportEvents & WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT) in tryToStartNewScan()1277 bucketSettings.report_events |= WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT; in tryToStartNewScan()
167 & WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT) != 0) { in startSingleScan()
487 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT; in startScan()
290 settings.reportEvents = WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT1813 settings.reportEvents = WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT in startForcedSingleScan()
983 if (in.testAndClear(WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT)) { in makeReportSchemeFromBucketSettingsReportEvents()
309 public static final int REPORT_EVENT_FULL_SCAN_RESULT = (1 << 1); field in WifiScanner
1009 | WifiScanner.REPORT_EVENT_FULL_SCAN_RESULT, scanSettings.reportEvents); in validateScanSettings()
786 field public static final int REPORT_EVENT_FULL_SCAN_RESULT = 2; // 0x2