Searched defs:cmdArgs (Results 1 – 3 of 3) sorted by relevance
160 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local741 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()763 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd()778 private String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult()
1604 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand()1616 public CommandResult executeFastbootCommand(String... cmdArgs) in executeFastbootCommand()1625 public CommandResult executeFastbootCommand(long timeout, String... cmdArgs) in executeFastbootCommand()1634 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand()1643 private CommandResult doFastbootCommand(final long timeout, String... cmdArgs) in doFastbootCommand()
806 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()