Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java497 mRepo.loadConfigsFromSpecifiedPaths( in testLoadConfigsFromSpecifiedPaths_OneModule()
521 mRepo.loadConfigsFromSpecifiedPaths( in testLoadConfigsFromSpecifiedPaths_MultipleModules()
553 mRepo.loadConfigsFromSpecifiedPaths( in testLoadConfigsFromSpecifiedPaths_WithExcludeFilter()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/
DAtestRunner.java108 getModuleLoader().loadConfigsFromSpecifiedPaths( in loadingStrategy()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java140 public LinkedHashMap<String, IConfiguration> loadConfigsFromSpecifiedPaths( in loadConfigsFromSpecifiedPaths() method in SuiteModuleLoader
166 toRun.putAll(loadConfigsFromSpecifiedPaths(listConfigFiles, abis, suiteTag)); in loadConfigsFromDirectory()
DBaseTestSuite.java349 return getModuleLoader().loadConfigsFromSpecifiedPaths(mConfigPaths, abis, suiteTag); in loadingStrategy()