Home
last modified time | relevance | path

Searched defs:cmdArgs (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java160 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local
741 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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1604 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()
DDeviceManager.java806 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()