Searched refs:mDelegatedCommands (Results 1 – 1 of 1) sorted by relevance
35 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>(); field in WifiAwareShellCommand42 if (mDelegatedCommands.containsKey(command)) { in register()46 mDelegatedCommands.put(command, shellCommand); in register()56 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()63 delegatedCmd = mDelegatedCommands.get(cmd); in onCommand()96 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()