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/
DAddCommandOp.java32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp()
47 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
DExecCommandOp.java33 ExecCommandOp(String serial, String... commandArgs) { in ExecCommandOp()
48 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/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java427 public String executeAdbCommand(String... commandArgs) throws DeviceNotAvailableException; in executeAdbCommand()
442 public String executeAdbCommand(long timeout, String... commandArgs) in executeAdbCommand()
456 public CommandResult executeFastbootCommand(String... commandArgs) in executeFastbootCommand()
470 public CommandResult executeFastbootCommand(long timeout, String... commandArgs) in executeFastbootCommand()
483 public CommandResult executeLongFastbootCommand(String... commandArgs) in executeLongFastbootCommand()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java498 CommandResult runHostCommand(long timeOut, String[] commandArgs, OutputStream stdout, in runHostCommand()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2032 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand()
2040 String[] commandArgs = in buildAdbShellCommand() local
2052 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()