Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java147 loadOneConfig( in loadConfigsFromSpecifiedPaths()
193 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag)); in loadTfConfigsFromSpecifiedPaths()
239 private LinkedHashMap<String, IConfiguration> loadOneConfig( in loadOneConfig() method in SuiteModuleLoader