Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java163 private final LocalLog mFlushHistory; field in MainContentCaptureSession
226 mFlushHistory = logHistorySize > 0 ? new LocalLog(logHistorySize) : null; in MainContentCaptureSession()
632 if (mFlushHistory != null) { in flush()
637 mFlushHistory.log(logRecord); in flush()
920 if (mFlushHistory != null) { in dump()
922 mFlushHistory.reverseDump(/* fd= */ null, pw, /* args= */ null); pw.println(); in dump()