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.java354 final int flushReason; in sendEvent()
357 flushReason = FLUSH_REASON_TEXT_CHANGE_TIMEOUT; in sendEvent()
366 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendEvent()
368 scheduleFlush(flushReason, /* checkExisting= */ true); in sendEvent()
387 final int flushReason; in sendEvent()
390 flushReason = FLUSH_REASON_SESSION_STARTED; in sendEvent()
393 flushReason = FLUSH_REASON_SESSION_FINISHED; in sendEvent()
396 flushReason = FLUSH_REASON_FULL; in sendEvent()
399 flush(flushReason); in sendEvent()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java98 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
104 options.textChangeFlushingFrequencyMs, flushReason); in writeSessionFlush()
DContentCapturePerUserService.java648 ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument
650 flushMetrics, options, flushReason); in writeSessionFlush()
/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureServiceCallback.aidl38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush() argument
DContentCaptureService.java582 int flushReason) { in writeFlushMetrics() argument
589 mCallback.writeSessionFlush(sessionId, app, flushMetrics, options, flushReason); in writeFlushMetrics()