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.java45 public static final String DRY_RUN_OPTION = "dry-run"; field in CommandOptions
49 name = DRY_RUN_OPTION,
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java531 if (listArgs.contains("--" + CommandOptions.DRY_RUN_OPTION) in createConfigurationFromArgs()