Searched refs:apfShellCommand (Results 1 – 2 of 2) sorted by relevance
507 private String apfShellCommand(String iface, String cmd, @Nullable String optarg) { in apfShellCommand() method in NetworkStackService.NetworkStackConnector517 return ipClient.apfShellCommand(cmd, optarg); in apfShellCommand()569 final String result = apfShellCommand(iface, subcmd, optarg); in onCommand()
1454 public String apfShellCommand(String cmd, @Nullable String optarg) { in apfShellCommand() method in IpClient