Home
last modified time | relevance | path

Searched refs:DRY_RUN_OPTION (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java43 public static final String DRY_RUN_OPTION = "dry-run"; field in CommandOptions
47 name = DRY_RUN_OPTION,
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java495 if (listArgs.contains("--" + CommandOptions.DRY_RUN_OPTION) in createConfigurationFromArgs()