Home
last modified time | relevance | path

Searched refs:mDelegatedCommands (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java34 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>(); field in WifiAwareShellCommand
41 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()