Searched defs:commandArgs (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | AddCommandOp.java | 32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp() 47 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
|
D | ExecCommandOp.java | 33 ExecCommandOp(String serial, String... commandArgs) { in ExecCommandOp() 48 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
|
D | IRemoteClient.java | 62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException; in sendAddCommand() 89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand()
|
D | RemoteClient.java | 156 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/ |
D | INativeDevice.java | 427 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/ |
D | PerfettoPullerMetricCollector.java | 498 CommandResult runHostCommand(long timeOut, String[] commandArgs, OutputStream stdout, in runHostCommand()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 2032 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand() 2040 String[] commandArgs = in buildAdbShellCommand() local 2052 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()
|