Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java58 final List<String> cmdArgs = buildDownloadCommandArgs(url, dest); in download() local
DTestOutputUploader.java72 final List<String> cmdArgs = buildUploadCommandArgs(file, uploadUrl); in uploadFile() local
DClusterCommandLauncher.java288 final List<String> cmdArgs = new ArrayList<>(); in buildJavaCommandArgs() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java170 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local
777 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
798 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd()
813 private String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult()
DGsiDeviceFlashPreparer.java330 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
DGkiDeviceFlashPreparer.java336 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java142 ArrayList<String> cmdArgs = in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1866 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand()
1872 public String executeAdbCommand(long timeout, String... cmdArgs) in executeAdbCommand()
1884 public CommandResult executeFastbootCommand(String... cmdArgs) in executeFastbootCommand()
1893 public CommandResult executeFastbootCommand(long timeout, String... cmdArgs) in executeFastbootCommand()
1902 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand()
1911 private CommandResult doFastbootCommand(final long timeout, String... cmdArgs) in doFastbootCommand()
DDeviceManager.java940 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()