Searched refs:ShellProtoLogImpl (Results 1 – 3 of 3) sorted by relevance
40 public class ShellProtoLogImpl extends BaseProtoLogImpl { class46 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
69 import com.android.wm.shell.protolog.ShellProtoLogImpl;452 ShellProtoLogImpl protoLogImpl = ShellProtoLogImpl.getSingleInstance(); in handleLoggingCommand()
78 "--protolog-impl-class com.android.wm.shell.protolog.ShellProtoLogImpl " +