Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java70 public final int logHistorySize; field in ContentCaptureOptions
100 int textChangeFlushingFrequencyMs, int logHistorySize, in ContentCaptureOptions() argument
104 textChangeFlushingFrequencyMs, logHistorySize, whitelistedComponents); in ContentCaptureOptions()
118 int idleFlushingFrequencyMs, int textChangeFlushingFrequencyMs, int logHistorySize, in ContentCaptureOptions() argument
125 this.logHistorySize = logHistorySize; in ContentCaptureOptions()
174 .append(", logHistorySize=").append(logHistorySize); in toString()
191 pw.print(", logSize="); pw.print(logHistorySize); in dumpShort()
211 parcel.writeInt(logHistorySize); in writeToParcel()
228 final int logHistorySize = parcel.readInt();
233 idleFlushingFrequencyMs, textChangeFlushingFrequencyMs, logHistorySize,
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java207 final int logHistorySize = mManager.mOptions.logHistorySize; in MainContentCaptureSession() local
208 mFlushHistory = logHistorySize > 0 ? new LocalLog(logHistorySize) : null; in MainContentCaptureSession()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt722 field public final int logHistorySize;