Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java430 private Collection<Object> getAllConfigurationObjects() { in getAllConfigurationObjects() method in GlobalConfiguration
453 OptionSetter optionSetter = new OptionSetter(getAllConfigurationObjects()); in injectOptionValue()
634 ArgsOptionParser parser = new ArgsOptionParser(getAllConfigurationObjects()); in setOptionsFromCommandLineArgs()
694 new ArgsOptionParser(getAllConfigurationObjects()).validateMandatoryOptions(); in validateOptions()
DConfiguration.java472 private Collection<Object> getAllConfigurationObjects() { in getAllConfigurationObjects() method in Configuration
473 return getAllConfigurationObjects(null); in getAllConfigurationObjects()
480 private Collection<Object> getAllConfigurationObjects(String excludedConfigName) { in getAllConfigurationObjects() method in Configuration
500 return new OptionSetter(getAllConfigurationObjects()); in createOptionSetter()
950 getAllConfigurationObjects(CONFIGURATION_DESCRIPTION_TYPE_NAME)); in setOptionsFromCommandLineArgs()
1193 new ArgsOptionParser(getAllConfigurationObjects()).validateMandatoryOptions(); in validateOptions()