Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java141 private final LocalLog mFlushHistory; field in MainContentCaptureSession
158 mFlushHistory = logHistorySize > 0 ? new LocalLog(logHistorySize) : null; in MainContentCaptureSession()
490 if (mFlushHistory != null) { in flush()
495 mFlushHistory.log(logRecord); in flush()
695 if (mFlushHistory != null) { in dump()
697 mFlushHistory.reverseDump(/* fd= */ null, pw, /* args= */ null); pw.println(); in dump()