Searched refs:flushReason (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | MainContentCaptureSession.java | 420 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 D | ContentCaptureMetricsLogger.java | 99 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument 105 options.textChangeFlushingFrequencyMs, flushReason); in writeSessionFlush()
|
H A D | ContentCapturePerUserService.java | 742 ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument 744 flushMetrics, options, flushReason); in writeSessionFlush()
|
/aosp12/frameworks/base/core/java/android/service/contentcapture/ |
H A D | IContentCaptureServiceCallback.aidl | 38 in ContentCaptureOptions options, int flushReason); in writeSessionFlush() argument
|
H A D | ContentCaptureService.java | 644 int flushReason) { in writeFlushMetrics() argument 651 mCallback.writeSessionFlush(sessionId, app, flushMetrics, options, flushReason); in writeFlushMetrics()
|