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