Home
last modified time | relevance | path

Searched refs:flushReason (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java420 final int flushReason; in sendEvent()
423 flushReason = FLUSH_REASON_TEXT_CHANGE_TIMEOUT; in sendEvent()
432 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendEvent()
434 scheduleFlush(flushReason, /* checkExisting= */ true); in sendEvent()
453 final int flushReason; in sendEvent()
456 flushReason = FLUSH_REASON_SESSION_STARTED; in sendEvent()
459 flushReason = FLUSH_REASON_SESSION_FINISHED; in sendEvent()
462 flushReason = FLUSH_REASON_FULL; in sendEvent()
465 flush(flushReason); in sendEvent()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureMetricsLogger.java99 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
105 options.textChangeFlushingFrequencyMs, flushReason); in writeSessionFlush()
H A DContentCapturePerUserService.java742 ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
744 flushMetrics, options, flushReason); in writeSessionFlush()
/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DIContentCaptureServiceCallback.aidl38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush() argument
H A DContentCaptureService.java644 int flushReason) { in writeFlushMetrics() argument
651 mCallback.writeSessionFlush(sessionId, app, flushMetrics, options, flushReason); in writeFlushMetrics()