Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentCaptureOptions.java49 public final int loggingLevel; field in ContentCaptureOptions
88 public ContentCaptureOptions(int loggingLevel) { in ContentCaptureOptions() argument
89 this(/* lite= */ true, loggingLevel, /* maxBufferSize= */ 0, in ContentCaptureOptions()
97 public ContentCaptureOptions(int loggingLevel, int maxBufferSize, int idleFlushingFrequencyMs, in ContentCaptureOptions() argument
100 this(/* lite= */ false, loggingLevel, maxBufferSize, idleFlushingFrequencyMs, in ContentCaptureOptions()
114 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions() argument
118 this.loggingLevel = loggingLevel; in ContentCaptureOptions()
163 return "ContentCaptureOptions [loggingLevel=" + loggingLevel + " (lite)]"; in toString()
166 string.append("loggingLevel=").append(loggingLevel) in toString()
179 pw.print("logLvl="); pw.print(loggingLevel); in dumpShort()
[all …]
DAutofillOptions.java47 public final int loggingLevel; field in AutofillOptions
65 public AutofillOptions(int loggingLevel, boolean compatModeEnabled) { in AutofillOptions() argument
66 this.loggingLevel = loggingLevel; in AutofillOptions()
112 return "AutofillOptions [loggingLevel=" + loggingLevel + ", compatMode=" + compatModeEnabled in toString()
118 pw.print("logLvl="); pw.print(loggingLevel); in dumpShort()
134 parcel.writeInt(loggingLevel); in writeToParcel()
145 final int loggingLevel = parcel.readInt();
147 final AutofillOptions options = new AutofillOptions(loggingLevel, compatMode);
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java797 final int loggingLevel; in getAutofillOptions() local
799 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_VERBOSE in getAutofillOptions()
802 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_DEBUG; in getAutofillOptions()
804 loggingLevel = AutofillManager.NO_LOGGING; in getAutofillOptions()
808 final AutofillOptions options = new AutofillOptions(loggingLevel, compatModeEnabled); in getAutofillOptions()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java313 ContentCaptureHelper.setLoggingLevel(mOptions.loggingLevel); in ContentCaptureManager()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java673 sDebug = (mOptions.loggingLevel & FLAG_ADD_CLIENT_DEBUG) != 0; in AutofillManager()
674 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()
/frameworks/base/api/
Dtest-current.txt620 field public final int loggingLevel;
634 field public final int loggingLevel;