Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java227 public @interface FlushReason {} annotation in ContentCaptureSession
340 abstract void flush(@FlushReason int reason); in flush()
719 public static String getFlushReasonAsString(@FlushReason int reason) { in getFlushReasonAsString()
DChildContentCaptureSession.java77 void flush(@FlushReason int reason) { in flush()
DMainContentCaptureSessionV2.java570 private void scheduleFlush(@FlushReason int reason, boolean checkExisting) { in scheduleFlush()
616 private void flushIfNeeded(@FlushReason int reason) { in flushIfNeeded()
628 public void flush(@FlushReason int reason) { in flush()
632 private void flushImpl(@FlushReason int reason) { in flushImpl()
1085 private String getDebugState(@FlushReason int reason) { in getDebugState()
DMainContentCaptureSession.java547 private void scheduleFlush(@FlushReason int reason, boolean checkExisting) { in scheduleFlush()
593 private void flushIfNeeded(@FlushReason int reason) { in flushIfNeeded()
605 public void flush(@FlushReason int reason) { in flush()
988 private String getDebugState(@FlushReason int reason) { in getDebugState()
DContentCaptureManager.java52 import android.view.contentcapture.ContentCaptureSession.FlushReason;
686 public void flush(@FlushReason int reason) { in flush()