Searched defs:commandArgs (Results 1 – 7 of 7) sorted by relevance
33 ExecCommandOp(String serial, String... commandArgs) { in ExecCommandOp()48 String[] commandArgs = new String[jsonArgs.length()]; in createFromJson() local
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()
167 protected CommandResult runHostCommand(String[] commandArgs) { in runHostCommand()
391 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()
1939 private String[] buildAdbCommand(String... commandArgs) { in buildAdbCommand()1947 String[] commandArgs = in buildAdbShellCommand() local1959 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand()