Searched refs:FLUSH_REASON_IDLE_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
190 public static final int FLUSH_REASON_IDLE_TIMEOUT = 5; field in ContentCaptureSession219 FLUSH_REASON_IDLE_TIMEOUT,729 case FLUSH_REASON_IDLE_TIMEOUT: in getFlushReasonAsString()
500 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendContentCaptureEvent()574 if (reason != FLUSH_REASON_IDLE_TIMEOUT) { in scheduleFlush()
523 flushReason = FLUSH_REASON_IDLE_TIMEOUT; in sendContentCaptureEvent()597 if (reason != FLUSH_REASON_IDLE_TIMEOUT) { in scheduleFlush()
172 .put(ContentCaptureSession.FLUSH_REASON_IDLE_TIMEOUT, "IDLE") in testGetFlushReasonAsString()