Searched refs:DelegatedShellCommand (Results 1 – 4 of 4) sorted by relevance
34 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>();40 public void register(String command, DelegatedShellCommand shellCommand) { in register()55 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()60 DelegatedShellCommand delegatedCmd = null; in onCommand()95 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()105 public interface DelegatedShellCommand { interface in WifiAwareShellCommand
48 WifiAwareShellCommand.DelegatedShellCommand {
62 public class WifiAwareNativeApi implements WifiAwareShellCommand.DelegatedShellCommand {
77 public class WifiAwareStateManager implements WifiAwareShellCommand.DelegatedShellCommand {