Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputTarget.java68 @WindowTraceLogLevel int logLevel); in dumpProto()
H A DWindowTracing.java163 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel()
H A DImeInsetsSourceProvider.java407 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DInsetsStateController.java426 void dumpDebug(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DEmbeddedWindowController.java346 @WindowTraceLogLevel int logLevel) { in dumpProto()
H A DInsetsSourceProvider.java644 void dumpDebug(ProtoOutputStream proto, long fieldId, @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DConfigurationContainer.java708 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DWindowToken.java697 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DDisplayArea.java351 public void dumpDebug(ProtoOutputStream proto, long fieldId, int logLevel) { in dumpDebug()
H A DWindowState.java4023 @WindowTraceLogLevel int logLevel) { in dumpDebug()
6026 @WindowTraceLogLevel int logLevel) { in dumpProto()
H A DTaskFragment.java3090 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DRootWindowContainer.java1186 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DWindowContainer.java2784 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DDisplayContent.java3526 @WindowTraceLogLevel int logLevel) { in dumpDebug()
H A DWindowManagerService.java6593 void dumpDebugLocked(ProtoOutputStream proto, @WindowTraceLogLevel int logLevel) { in dumpDebugLocked()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java194 final int logLevel = mService.getLogLevel(); in getLogLevel() local
212 final String logLevel = getNextArgRequired(); in setLogLevel() local
/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()