Home
last modified time | relevance | path

Searched refs:logLevel (Results 1 – 25 of 25) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java194 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 DViewerConfigBuilder.kt93 writer.value(value.logLevel.name)
118 val logLevel: LogLevel,
122 fun key() = CodeUtils.hash(position, messageString, logLevel, logGroup)
H A DCodeUtils.kt30 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 DToastLogger.kt72 logLevel: LogLevel,
76 buffer.log(TAG, logLevel, initializer, printer)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowTracing.java163 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 DConfigurationContainer.java708 @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 DInputTarget.java68 @WindowTraceLogLevel int logLevel); in dumpProto() argument
H A DImeInsetsSourceProvider.java407 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 DInsetsSourceProvider.java644 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 DWindowToken.java697 @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 DInsetsStateController.java426 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebug() argument
433 logLevel); in dumpDebug()
H A DDisplayArea.java351 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 DEmbeddedWindowController.java346 @WindowTraceLogLevel int logLevel) { in dumpProto() argument
H A DDisplayContent.java3526 @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 DTaskFragment.java3090 @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 DWindowContainer.java2784 @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 DWindowState.java4023 @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 DRootWindowContainer.java1186 @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 DActivityRecord.java10312 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 DTask.java6195 @WindowTraceLogLevel int logLevel) {
6196 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) {
6231 super.dumpDebug(proto, TASK_FRAGMENT, logLevel);
H A DWindowManagerService.java6593 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 DShadeWindowLogger.kt43 logLevel: LogLevel,
47 buffer.log(TAG, logLevel, initializer, printer)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
H A DBroadcastDispatcherLogger.kt155 logLevel: LogLevel,
159 buffer.log(TAG, logLevel, initializer, printer)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/logging/
H A DPrivacyLogger.kt181 logLevel: LogLevel,
185 buffer.log(TAG, logLevel, initializer, printer)
/aosp14/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java793 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage() argument
794 Log.println(logLevel, TAG, msg); in showMessage()