Searched refs:REPORT_EVENT_NO_BATCH (Results 1 – 8 of 8) sorted by relevance
191 WifiScanner.REPORT_EVENT_NO_BATCH)); in manyRequestsDifferentReportScans()409 10, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()411 0, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()413 0, WifiScanner.REPORT_EVENT_NO_BATCH)); in exactRequests()867 if ((settings.reportEvents & WifiScanner.REPORT_EVENT_NO_BATCH) == 0) { in assertSettingsSatisfied()868 if ((bucket.report_events & WifiScanner.REPORT_EVENT_NO_BATCH) != 0) { in assertSettingsSatisfied()873 .append(bucket.report_events & WifiScanner.REPORT_EVENT_NO_BATCH) in assertSettingsSatisfied()875 .append(settings.reportEvents & WifiScanner.REPORT_EVENT_NO_BATCH); in assertSettingsSatisfied()
200 WifiScanner.REPORT_EVENT_NO_BATCH, in backgroundScanNoBatch()
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()
356 int reportEvents = WifiScanner.REPORT_EVENT_NO_BATCH; // default to no batch in processPendingScans()373 & WifiScanner.REPORT_EVENT_NO_BATCH) == 0) { in processPendingScans()374 reportEvents &= ~WifiScanner.REPORT_EVENT_NO_BATCH; in processPendingScans()653 if ((mLastScanSettings.reportEvents & WifiScanner.REPORT_EVENT_NO_BATCH) == 0) { in pollLatestScanData()
929 scanSettings.reportEvents = WifiScanner.REPORT_EVENT_NO_BATCH; in startDisconnectedPnoScan()
567 if (in.testAndClear(WifiScanner.REPORT_EVENT_NO_BATCH)) { in makeReportSchemeFromBucketSettingsReportEvents()
161 public static final int REPORT_EVENT_NO_BATCH = (1 << 2); field in WifiScanner
29326 field public static final int REPORT_EVENT_NO_BATCH = 4; // 0x4