Searched refs:REPORT_EVENT_NO_BATCH (Results 1 – 7 of 7) sorted by relevance
195 WifiScanner.REPORT_EVENT_NO_BATCH)); in manyRequestsDifferentReportScans()413 10, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()415 0, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()417 0, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()765 if ((settings.reportEvents & WifiScanner.REPORT_EVENT_NO_BATCH) == 0) { in assertSettingsSatisfied()766 if ((bucket.report_events & WifiScanner.REPORT_EVENT_NO_BATCH) != 0) { in assertSettingsSatisfied()771 .append(bucket.report_events & WifiScanner.REPORT_EVENT_NO_BATCH) in assertSettingsSatisfied()773 .append(settings.reportEvents & WifiScanner.REPORT_EVENT_NO_BATCH); in assertSettingsSatisfied()
198 int reportEvents = WifiScanner.REPORT_EVENT_NO_BATCH; in createBucketSettings()206 if ((requestedReportEvents & WifiScanner.REPORT_EVENT_NO_BATCH) == 0) { in createBucketSettings()207 reportEvents &= ~WifiScanner.REPORT_EVENT_NO_BATCH; in createBucketSettings()602 & (WifiScanner.REPORT_EVENT_NO_BATCH in createTargetBucketSplitSettings()
454 public static final int REPORT_EVENT_NO_BATCH = (1 << 2); field in WifiScanner
1628 if (in.testAndClear(WifiScanner.REPORT_EVENT_NO_BATCH)) { in frameworkToHalReportSchemeMask()
1474 if (in.testAndClear(WifiScanner.REPORT_EVENT_NO_BATCH)) { in frameworkToHalReportSchemeMask()
2521 scanSettings.reportEvents = WifiScanner.REPORT_EVENT_NO_BATCH; in startDisconnectedPnoScan()
1169 field public static final int REPORT_EVENT_NO_BATCH = 4; // 0x4