Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/
DAtestRunner.java113 getModuleLoader().loadTfConfigsFromSpecifiedPaths(mTfConfigPaths, abis, suiteTag)); in loadingStrategy()
115 getModuleLoader().loadConfigsFromSpecifiedPaths( in loadingStrategy()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DBaseTestSuite.java439 return getModuleLoader().loadConfigsFromSpecifiedPaths(mConfigPaths, abis, suiteTag); in loadingStrategy()
445 getModuleLoader().loadConfigsFromJars(abis, suitePrefix, suiteTag)); in loadingStrategy()
456 getModuleLoader() in loadingStrategy()
497 public SuiteModuleLoader getModuleLoader() { in getModuleLoader() method in BaseTestSuite