Home
last modified time | relevance | path

Searched defs:commandArgs (Results 1 – 5 of 5) 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
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/
DINativeDevice.java327 public String executeAdbCommand(String... commandArgs) throws DeviceNotAvailableException; in executeAdbCommand()
340 public CommandResult executeFastbootCommand(String... commandArgs) in executeFastbootCommand()
354 public CommandResult executeFastbootCommand(long timeout, String... commandArgs) in executeFastbootCommand()
367 public CommandResult executeLongFastbootCommand(String... commandArgs) in executeLongFastbootCommand()
DNativeDevice.java1764 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand()
1772 String[] commandArgs = QuotationAwareTokenizer.tokenizeLine(command); in buildAdbShellCommand() local
1780 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()