Searched defs:cmdArgs (Results 1 – 9 of 9) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResourceDownloader.java | 58 final List<String> cmdArgs = buildDownloadCommandArgs(url, dest); in download() local
|
D | TestOutputUploader.java | 72 final List<String> cmdArgs = buildUploadCommandArgs(file, uploadUrl); in uploadFile() local
|
D | ClusterCommandLauncher.java | 288 final List<String> cmdArgs = new ArrayList<>(); in buildJavaCommandArgs() local
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasher.java | 170 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()
|
D | GsiDeviceFlashPreparer.java | 330 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
|
D | GkiDeviceFlashPreparer.java | 336 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | IsolatedHostTest.java | 142 ArrayList<String> cmdArgs = in run() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1866 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()
|
D | DeviceManager.java | 940 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()
|