Home
last modified time | relevance | path

Searched refs:stopTextLogging (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A DShellProtoLogImpl.java128 public int stopTextLogging(String[] groups, PrintWriter pw) { in stopTextLogging() method in ShellProtoLogImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java465 int result = protoLogImpl.stopTextLogging(groups, pw); in handleLoggingCommand()