Home
last modified time | relevance | path

Searched defs:logHistorySize (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java70 public final int logHistorySize; field in ContentCaptureOptions
132 int logHistorySize, in ContentCaptureOptions()
156 int logHistorySize, in ContentCaptureOptions()
198 int logHistorySize, in ContentCaptureOptions()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java225 final int logHistorySize = mManager.mOptions.logHistorySize; in MainContentCaptureSession() local