Home
last modified time | relevance | path

Searched refs:FLUSH_REASON_VIEW_TREE_APPEARING (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java198 public static final int FLUSH_REASON_VIEW_TREE_APPEARING = 9; field in ContentCaptureSession
223 FLUSH_REASON_VIEW_TREE_APPEARING,
737 case FLUSH_REASON_VIEW_TREE_APPEARING: in getFlushReasonAsString()
DMainContentCaptureSession.java530 flushReason = FLUSH_REASON_VIEW_TREE_APPEARING; in sendContentCaptureEvent()
DMainContentCaptureSessionV2.java553 flushReason = FLUSH_REASON_VIEW_TREE_APPEARING; in sendContentCaptureEvent()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DMainContentCaptureSessionTest.java21 import static android.view.contentcapture.ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARING;
428 .sendEvents(any(), eq(FLUSH_REASON_VIEW_TREE_APPEARING), any()); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled()
DMainContentCaptureSessionV2Test.java21 import static android.view.contentcapture.ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARING;
428 .sendEvents(any(), eq(FLUSH_REASON_VIEW_TREE_APPEARING), any()); in notifyContentCaptureEvents_started_ContentCaptureEnabled_ProtectionEnabled()
DContentCaptureSessionTest.java177 ContentCaptureSession.FLUSH_REASON_VIEW_TREE_APPEARING, in testGetFlushReasonAsString()