Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java43 public final class ContentCaptureOptions implements Parcelable { class
90 public ContentCaptureOptions(int loggingLevel) { in ContentCaptureOptions() method in ContentCaptureOptions
99 public ContentCaptureOptions(int loggingLevel, int maxBufferSize, int idleFlushingFrequencyMs, in ContentCaptureOptions() method in ContentCaptureOptions
109 public ContentCaptureOptions(@Nullable ArraySet<ComponentName> whitelistedComponents) { in ContentCaptureOptions() method in ContentCaptureOptions
117 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions() method in ContentCaptureOptions