Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/
DAtestRunner.java115 getModuleLoader().loadConfigsFromSpecifiedPaths( in loadingStrategy()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java745 mRepo.loadConfigsFromSpecifiedPaths(Arrays.asList(module1), mAbis, null); in testLoadConfigsFromSpecifiedPaths_OneModule()
766 mRepo.loadConfigsFromSpecifiedPaths(Arrays.asList(module1, module2), mAbis, null); in testLoadConfigsFromSpecifiedPaths_MultipleModules()
797 mRepo.loadConfigsFromSpecifiedPaths(Arrays.asList(module1, module2), mAbis, null); in testLoadConfigsFromSpecifiedPaths_WithExcludeFilter()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java172 public LinkedHashMap<String, IConfiguration> loadConfigsFromSpecifiedPaths( in loadConfigsFromSpecifiedPaths() method in SuiteModuleLoader
213 toRun.putAll(loadConfigsFromSpecifiedPaths(listConfigFiles, abis, suiteTag)); in loadConfigsFromDirectory()
DBaseTestSuite.java439 return getModuleLoader().loadConfigsFromSpecifiedPaths(mConfigPaths, abis, suiteTag); in loadingStrategy()