Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDescriptor.java89 private final List<OptionDef> mRerunOptions = new ArrayList<>(); field in ConfigurationDescriptor
190 mRerunOptions.add(optionDef); in addRerunOption()
195 return mRerunOptions; in getRerunOptions()