Home
last modified time | relevance | path

Searched refs:ShellProtoLogImpl (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A DShellProtoLogImpl.java40 public class ShellProtoLogImpl extends BaseProtoLogImpl { class
46 private static ShellProtoLogImpl sServiceInstance = null;
106 public static synchronized ShellProtoLogImpl getSingleInstance() { in getSingleInstance()
108 sServiceInstance = new ShellProtoLogImpl(); in getSingleInstance()
132 private ShellProtoLogImpl() { in ShellProtoLogImpl() method in ShellProtoLogImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java69 import com.android.wm.shell.protolog.ShellProtoLogImpl;
452 ShellProtoLogImpl protoLogImpl = ShellProtoLogImpl.getSingleInstance(); in handleLoggingCommand()
/aosp12/frameworks/base/libs/WindowManager/Shell/
H A DAndroid.bp78 "--protolog-impl-class com.android.wm.shell.protolog.ShellProtoLogImpl " +