Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java50 public final int loggingLevel; field in ContentCaptureOptions
113 loggingLevel, in ContentCaptureOptions()
128 int loggingLevel, in ContentCaptureOptions() argument
137 loggingLevel,
152 int loggingLevel, in ContentCaptureOptions() argument
164 loggingLevel,
194 int loggingLevel, in ContentCaptureOptions() argument
205 this.loggingLevel = loggingLevel;
258 .append(loggingLevel) in toString()
314 parcel.writeInt(loggingLevel); in writeToParcel()
[all …]
H A DAutofillOptions.java50 public final int loggingLevel; field in AutofillOptions
82 public AutofillOptions(int loggingLevel, boolean compatModeEnabled) { in AutofillOptions() argument
83 this.loggingLevel = loggingLevel; in AutofillOptions()
152 return "AutofillOptions [loggingLevel=" + loggingLevel + ", compatMode=" + compatModeEnabled in toString()
159 pw.print("logLvl="); pw.print(loggingLevel); in dumpShort()
180 parcel.writeInt(loggingLevel); in writeToParcel()
201 final int loggingLevel = parcel.readInt();
203 final AutofillOptions options = new AutofillOptions(loggingLevel, compatMode);
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java155 int level = loggingLevel(); in reportPlaybackMetrics()
186 int level = loggingLevel(); in reportBundleMetrics()
224 int level = loggingLevel(); in reportPlaybackStateEvent()
287 int level = loggingLevel(); in reportPlaybackErrorEvent()
305 int level = loggingLevel(); in reportNetworkEvent()
322 int level = loggingLevel(); in reportTrackChangeEvent()
349 private int loggingLevel() { in loggingLevel() method in MediaMetricsManagerService.BinderService
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContentCaptureOptionsTest.java119 .append(CONTENT_CAPTURE_OPTIONS.loggingLevel) in testToString()
154 assertThat(actual.loggingLevel).isEqualTo(CONTENT_CAPTURE_OPTIONS.loggingLevel); in testParcelSerializationDeserialization()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java1082 final int loggingLevel; in getAutofillOptions() local
1084 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_VERBOSE in getAutofillOptions()
1087 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_DEBUG; in getAutofillOptions()
1089 loggingLevel = AutofillManager.NO_LOGGING; in getAutofillOptions()
1093 final AutofillOptions options = new AutofillOptions(loggingLevel, compatModeEnabled); in getAutofillOptions()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java501 ContentCaptureHelper.setLoggingLevel(mOptions.loggingLevel); in ContentCaptureManager()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java869 sDebug = (mOptions.loggingLevel & FLAG_ADD_CLIENT_DEBUG) != 0; in AutofillManager()
870 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt865 field public final int loggingLevel;
883 field public final int loggingLevel;
/aosp14/frameworks/base/services/
H A Dart-profile4938 HPLcom/android/server/media/metrics/MediaMetricsManagerService$BinderService;->loggingLevel()I