Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java190 public static final int FLUSH_REASON_IDLE_TIMEOUT = 5; field in ContentCaptureSession
219 FLUSH_REASON_IDLE_TIMEOUT,
729 case FLUSH_REASON_IDLE_TIMEOUT: in getFlushReasonAsString()
DMainContentCaptureSession.java500 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendContentCaptureEvent()
574 if (reason != FLUSH_REASON_IDLE_TIMEOUT) { in scheduleFlush()
DMainContentCaptureSessionV2.java523 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendContentCaptureEvent()
597 if (reason != FLUSH_REASON_IDLE_TIMEOUT) { in scheduleFlush()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java172 .put(ContentCaptureSession.FLUSH_REASON_IDLE_TIMEOUT, "IDLE") in testGetFlushReasonAsString()