Searched defs:commandArgs (Results 1 – 5 of 5) sorted by relevance
32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp()47 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException; in sendAddCommand()89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand()
156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException { in sendAddCommand()214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException { in sendExecCommand()
327 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()
1764 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand()1772 String[] commandArgs = QuotationAwareTokenizer.tokenizeLine(command); in buildAdbShellCommand() local1780 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()