Home
last modified time | relevance | path

Searched defs:logHistorySize (Results 1 – 2 of 2) 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()
118 int idleFlushingFrequencyMs, int textChangeFlushingFrequencyMs, int logHistorySize, in ContentCaptureOptions()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java207 final int logHistorySize = mManager.mOptions.logHistorySize; in MainContentCaptureSession() local