Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java35 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>();
41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
56 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()
61 DelegatedShellCommand delegatedCmd = null; in onCommand()
96 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()
106 public interface DelegatedShellCommand { interface in WifiAwareShellCommand
DWifiAwareNativeCallback.java52 WifiAwareShellCommand.DelegatedShellCommand {
DWifiAwareNativeApi.java60 public class WifiAwareNativeApi implements WifiAwareShellCommand.DelegatedShellCommand {
DWifiAwareStateManager.java83 public class WifiAwareStateManager implements WifiAwareShellCommand.DelegatedShellCommand {