Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java35 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>(); field in WifiAwareShellCommand
42 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()