Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java183 public static final int FLUSH_REASON_VIEW_TREE_APPEARED = 10; field in ContentCaptureSession
206 FLUSH_REASON_VIEW_TREE_APPEARED
688 case FLUSH_REASON_VIEW_TREE_APPEARED: in getFlushReasonAsString()
H A DMainContentCaptureSession.java519 flushReason = FLUSH_REASON_VIEW_TREE_APPEARED; in sendContentCaptureEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java157 int invalidFlushReason = ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARED + 1; in testGetFlushReasonAsString()
172 ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARED, in testGetFlushReasonAsString()