Searched refs:DelegatedShellCommand (Results 1 – 4 of 4) sorted by relevance
35 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>();41 public void register(String command, DelegatedShellCommand shellCommand) { in register()56 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()61 DelegatedShellCommand delegatedCmd = null; in onCommand()96 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()106 public interface DelegatedShellCommand { interface in WifiAwareShellCommand
52 WifiAwareShellCommand.DelegatedShellCommand {
60 public class WifiAwareNativeApi implements WifiAwareShellCommand.DelegatedShellCommand {
83 public class WifiAwareStateManager implements WifiAwareShellCommand.DelegatedShellCommand {