Searched refs:flushReason (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | MainContentCaptureSession.java | 354 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/ |
D | ContentCaptureMetricsLogger.java | 98 @NonNull ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument 104 options.textChangeFlushingFrequencyMs, flushReason); in writeSessionFlush()
|
D | ContentCapturePerUserService.java | 648 ContentCaptureOptions options, int flushReason) { in writeSessionFlush() argument 650 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 | 582 int flushReason) { in writeFlushMetrics() argument 589 mCallback.writeSessionFlush(sessionId, app, flushMetrics, options, flushReason); in writeFlushMetrics()
|