Searched refs:commandClass (Results 1 – 1 of 1) sorted by relevance
77 public <T> void addCommandCallback(String commandClass, ShellCommandActionHandler actions, in addCommandCallback() argument79 mCommands.put(commandClass, actions); in addCommandCallback()80 ProtoLog.v(WM_SHELL_INIT, "Adding command class %s for %s", commandClass, in addCommandCallback()118 for (String commandClass : mCommands.keySet()) { in runHelp()119 pw.println(" " + commandClass); in runHelp()120 mCommands.get(commandClass).printShellCommandHelp(pw, " "); in runHelp()