Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java507 private String apfShellCommand(String iface, String cmd, @Nullable String optarg) { in apfShellCommand() method in NetworkStackService.NetworkStackConnector
517 return ipClient.apfShellCommand(cmd, optarg); in apfShellCommand()
569 final String result = apfShellCommand(iface, subcmd, optarg); in onCommand()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1454 public String apfShellCommand(String cmd, @Nullable String optarg) { in apfShellCommand() method in IpClient