Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java165 public static final int FLUSH_REASON_FULL = 1; field in ContentCaptureSession
197 FLUSH_REASON_FULL,
670 case FLUSH_REASON_FULL: in getFlushReasonAsString()
H A DMainContentCaptureSession.java522 flushReason = forceFlush ? FLUSH_REASON_FORCE_FLUSH : FLUSH_REASON_FULL; in sendContentCaptureEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java160 .put(ContentCaptureSession.FLUSH_REASON_FULL, "FULL") in testGetFlushReasonAsString()