/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceShellCommand.java | 194 final int logLevel = mService.getLogLevel(); in getLogLevel() local 195 switch (logLevel) { in getLogLevel() 206 pw.println("unknow (" + logLevel + ")"); in getLogLevel() 212 final String logLevel = getNextArgRequired(); in setLogLevel() local 213 switch (logLevel.toLowerCase()) { in setLogLevel() 224 pw.println("Invalid level: " + logLevel); in setLogLevel()
|
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ViewerConfigBuilder.kt | 93 writer.value(value.logLevel.name) 118 val logLevel: LogLevel, 122 fun key() = CodeUtils.hash(position, messageString, logLevel, logGroup)
|
H A D | CodeUtils.kt | 30 fun hash(position: String, messageString: String, logLevel: LogLevel, logGroup: LogGroup): Int { 31 return (position + messageString + logLevel.name + logGroup.name)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | ToastLogger.kt | 72 logLevel: LogLevel, 76 buffer.log(TAG, logLevel, initializer, printer)
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowTracing.java | 163 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() argument 164 logAndPrintln(pw, "Setting window tracing log level to " + logLevel); in setLogLevel() 165 mLogLevel = logLevel; in setLogLevel() 167 switch (logLevel) { in setLogLevel()
|
H A D | ConfigurationContainer.java | 708 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 711 if (logLevel == WindowTraceLogLevel.ALL || mHasOverrideConfiguration) { in dumpDebug() 713 logLevel == WindowTraceLogLevel.CRITICAL); in dumpDebug() 718 if (logLevel == WindowTraceLogLevel.ALL) { in dumpDebug() 724 if (logLevel == WindowTraceLogLevel.TRIM) { in dumpDebug()
|
H A D | InputTarget.java | 68 @WindowTraceLogLevel int logLevel); in dumpProto() argument
|
H A D | ImeInsetsSourceProvider.java | 407 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 409 super.dumpDebug(proto, INSETS_SOURCE_PROVIDER, logLevel); in dumpDebug() 413 imeRequesterWindow.dumpDebug(proto, IME_TARGET_FROM_IME, logLevel); in dumpDebug()
|
H A D | InsetsSourceProvider.java | 644 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 653 mControlTarget.getWindow().dumpDebug(proto, CONTROL_TARGET, logLevel); in dumpDebug() 656 mPendingControlTarget.getWindow().dumpDebug(proto, PENDING_CONTROL_TARGET, logLevel); in dumpDebug() 659 mFakeControlTarget.getWindow().dumpDebug(proto, FAKE_CONTROL_TARGET, logLevel); in dumpDebug()
|
H A D | WindowToken.java | 697 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 698 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug() 703 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
|
H A D | InsetsStateController.java | 426 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 433 logLevel); in dumpDebug()
|
H A D | DisplayArea.java | 351 public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { in dumpDebug() argument 352 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug() 357 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
|
H A D | EmbeddedWindowController.java | 346 @WindowTraceLogLevel int logLevel) { in dumpProto() argument
|
H A D | DisplayContent.java | 3526 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 3528 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug() 3533 super.dumpDebug(proto, ROOT_DISPLAY_AREA, logLevel); in dumpDebug() 3578 mImeLayeringTarget.dumpDebug(proto, INPUT_METHOD_TARGET, logLevel); in dumpDebug() 3581 mImeInputTarget.dumpProto(proto, INPUT_METHOD_INPUT_TARGET, logLevel); in dumpDebug() 3586 logLevel); in dumpDebug() 3589 mCurrentFocus.dumpDebug(proto, CURRENT_FOCUS, logLevel); in dumpDebug() 3592 mInsetsStateController.dumpDebug(proto, logLevel); in dumpDebug()
|
H A D | TaskFragment.java | 3090 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 3091 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug() 3097 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
|
H A D | WindowContainer.java | 2784 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 2786 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible) { in dumpDebug() 2791 super.dumpDebug(proto, CONFIGURATION_CONTAINER, logLevel); in dumpDebug() 2806 child.dumpDebug(proto, child.getProtoFieldId(), logLevel); in dumpDebug()
|
H A D | WindowState.java | 4023 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 4025 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible) { in dumpDebug() 4030 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug() 6026 @WindowTraceLogLevel int logLevel) { in dumpProto() argument 6027 dumpDebug(proto, fieldId, logLevel); in dumpProto()
|
H A D | RootWindowContainer.java | 1186 @WindowTraceLogLevel int logLevel) { in dumpDebug() argument 1187 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug() 1192 super.dumpDebug(proto, WINDOW_CONTAINER, logLevel); in dumpDebug()
|
H A D | ActivityRecord.java | 10312 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { 10314 super.dumpDebug(proto, WINDOW_TOKEN, logLevel); 10373 @WindowTraceLogLevel int logLevel) { 10375 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { 10380 dumpDebug(proto, logLevel);
|
H A D | Task.java | 6195 @WindowTraceLogLevel int logLevel) { 6196 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { 6231 super.dumpDebug(proto, TASK_FRAGMENT, logLevel);
|
H A D | WindowManagerService.java | 6593 void dumpDebugLocked(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebugLocked() argument 6595 mRoot.dumpDebug(proto, ROOT_WINDOW_CONTAINER, logLevel); in dumpDebugLocked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeWindowLogger.kt | 43 logLevel: LogLevel, 47 buffer.log(TAG, logLevel, initializer, printer)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/ |
H A D | BroadcastDispatcherLogger.kt | 155 logLevel: LogLevel, 159 buffer.log(TAG, logLevel, initializer, printer)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/logging/ |
H A D | PrivacyLogger.kt | 181 logLevel: LogLevel, 185 buffer.log(TAG, logLevel, initializer, printer)
|
/aosp14/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
H A D | SoundTriggerTestService.java | 793 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage() argument 794 Log.println(logLevel, TAG, msg); in showMessage()
|