Home
last modified time | relevance | path

Searched defs:commandArgs (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DExecCommandOp.java33 ExecCommandOp(String serial, String... commandArgs) { in ExecCommandOp()
48 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
DAddCommandOp.java32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp()
47 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
DIRemoteClient.java62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException; in sendAddCommand()
89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand()
DRemoteClient.java156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException { in sendAddCommand()
214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException { in sendExecCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java167 protected CommandResult runHostCommand(String[] commandArgs) { in runHostCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java391 public String executeAdbCommand(String... commandArgs) throws DeviceNotAvailableException; in executeAdbCommand()
404 public CommandResult executeFastbootCommand(String... commandArgs) in executeFastbootCommand()
418 public CommandResult executeFastbootCommand(long timeout, String... commandArgs) in executeFastbootCommand()
431 public CommandResult executeLongFastbootCommand(String... commandArgs) in executeLongFastbootCommand()
DNativeDevice.java1939 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand()
1947 String[] commandArgs = in buildAdbShellCommand() local
1959 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()