Home
last modified time | relevance | path

Searched refs:commandLineArgs (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/
DWebviewInstallerToolPreparer.java75 List<String> commandLineArgs = in runWebviewInstallerToolCommand() local
91 commandLineArgs.addAll(extraArgs); in runWebviewInstallerToolCommand()
94 commandLineArgs.addAll(Arrays.asList("--chrome-version", webviewVersion)); in runWebviewInstallerToolCommand()
98 commandLineArgs.addAll(Arrays.asList("--channel", releaseChannel)); in runWebviewInstallerToolCommand()
105 commandLineArgs.toArray(new String[0])); in runWebviewInstallerToolCommand()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java67 public void setRetryCommandLineArgs(String commandLineArgs) { in setRetryCommandLineArgs() argument
68 mBuildInfo.addBuildAttribute(RETRY_COMMAND_LINE_ARGS, commandLineArgs); in setRetryCommandLineArgs()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java203 newRun.commandLineArgs = in init()