Searched refs:loggingLevel (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentCaptureOptions.java | 50 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 D | AutofillOptions.java | 50 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 D | MediaMetricsManagerService.java | 155 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 D | ContentCaptureOptionsTest.java | 119 .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 D | AutofillManagerService.java | 1082 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 D | ContentCaptureManager.java | 501 ContentCaptureHelper.setLoggingLevel(mOptions.loggingLevel); in ContentCaptureManager()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 869 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 D | test-current.txt | 865 field public final int loggingLevel; 883 field public final int loggingLevel;
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4938 HPLcom/android/server/media/metrics/MediaMetricsManagerService$BinderService;->loggingLevel()I
|