Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java418 final int flushReason; in sendEvent()
421 flushReason = FLUSH_REASON_TEXT_CHANGE_TIMEOUT; in sendEvent()
430 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendEvent()
432 scheduleFlush(flushReason, /* checkExisting= */ true); in sendEvent()
451 final int flushReason; in sendEvent()
454 flushReason = FLUSH_REASON_SESSION_STARTED; in sendEvent()
457 flushReason = FLUSH_REASON_SESSION_FINISHED; in sendEvent()
460 flushReason = FLUSH_REASON_FULL; in sendEvent()
463 flush(flushReason); in sendEvent()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java99 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
105 options.textChangeFlushingFrequencyMs, flushReason); in writeSessionFlush()
DContentCapturePerUserService.java690 ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
692 flushMetrics, options, flushReason); in writeSessionFlush()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureServiceCallback.aidl38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush() argument
DContentCaptureService.java644 int flushReason) { in writeFlushMetrics() argument
651 mCallback.writeSessionFlush(sessionId, app, flushMetrics, options, flushReason); in writeFlushMetrics()