Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java532 private Collection<Object> getAllNonDisabledConfigurationObjects() { in getAllNonDisabledConfigurationObjects() method in Configuration
1237 ArgsOptionParser argsParser = new ArgsOptionParser(getAllNonDisabledConfigurationObjects()); in validateOptions()