Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java209 public @interface FlushReason {} annotation in ContentCaptureSession
310 abstract void flush(@FlushReason int reason); in flush()
668 public static String getFlushReasonAsString(@FlushReason int reason) { in getFlushReasonAsString()
H A DChildContentCaptureSession.java58 void flush(@FlushReason int reason) { in flush()
H A DMainContentCaptureSession.java534 private void scheduleFlush(@FlushReason int reason, boolean checkExisting) { in scheduleFlush()
579 private void flushIfNeeded(@FlushReason int reason) { in flushIfNeeded()
591 public void flush(@FlushReason int reason) { in flush()
946 private String getDebugState(@FlushReason int reason) { in getDebugState()
H A DContentCaptureManager.java51 import android.view.contentcapture.ContentCaptureSession.FlushReason;
585 public void flush(@FlushReason int reason) { in flush()