Searched refs:commandLineArgs (Results 1 – 3 of 3) sorted by relevance
75 List<String> commandLineArgs = in runWebviewInstallerToolCommand() local91 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()
67 public void setRetryCommandLineArgs(String commandLineArgs) { in setRetryCommandLineArgs() argument68 mBuildInfo.addBuildAttribute(RETRY_COMMAND_LINE_ARGS, commandLineArgs); in setRetryCommandLineArgs()
203 newRun.commandLineArgs = in init()