Home
last modified time | relevance | path

Searched refs:FLUSH_REASON_IDLE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java173 public static final int FLUSH_REASON_IDLE_TIMEOUT = 5; field in ContentCaptureSession
201 FLUSH_REASON_IDLE_TIMEOUT,
678 case FLUSH_REASON_IDLE_TIMEOUT: in getFlushReasonAsString()
H A DMainContentCaptureSession.java486 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendContentCaptureEvent()
560 if (reason != FLUSH_REASON_IDLE_TIMEOUT) { in scheduleFlush()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java164 .put(ContentCaptureSession.FLUSH_REASON_IDLE_TIMEOUT, "IDLE") in testGetFlushReasonAsString()