Searched defs:cmdArgs (Results 1 – 3 of 3) sorted by relevance
168 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local749 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()771 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd()786 private String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult()
1779 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand()1791 public CommandResult executeFastbootCommand(String... cmdArgs) in executeFastbootCommand()1800 public CommandResult executeFastbootCommand(long timeout, String... cmdArgs) in executeFastbootCommand()1809 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand()1818 private CommandResult doFastbootCommand(final long timeout, String... cmdArgs) in doFastbootCommand()
880 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()