Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java34 private Map<String, DelegatedShellCommand> mDelegatedCommands = new HashMap<>();
40 public void register(String command, DelegatedShellCommand shellCommand) { in register()
55 for (DelegatedShellCommand dsc: mDelegatedCommands.values()) { in onCommand()
60 DelegatedShellCommand delegatedCmd = null; in onCommand()
95 for (Map.Entry<String, DelegatedShellCommand> sce: mDelegatedCommands.entrySet()) { in onHelp()
105 public interface DelegatedShellCommand { interface in WifiAwareShellCommand
DWifiAwareNativeCallback.java48 WifiAwareShellCommand.DelegatedShellCommand {
DWifiAwareNativeApi.java62 public class WifiAwareNativeApi implements WifiAwareShellCommand.DelegatedShellCommand {
DWifiAwareStateManager.java77 public class WifiAwareStateManager implements WifiAwareShellCommand.DelegatedShellCommand {