Searched refs:mDelegatedCommands (Results 1 – 1 of 1) sorted by relevance
34 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>(); field in WifiAwareShellCommand41 if (mDelegatedCommands.containsKey(command)) { in register()45 mDelegatedCommands.put(command, shellCommand); in register()55 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()62 delegatedCmd = mDelegatedCommands.get(cmd); in onCommand()95 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()