Home
last modified time | relevance | path

Searched defs:suiteTag (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java91 String suiteTag, in loadConfigsFromDirectory()
105 configFile.getName(), configFile.getAbsolutePath(), abis, suiteTag)); in loadConfigsFromDirectory() local
115 Set<IAbi> abis, String suitePrefix, String suiteTag) { in loadConfigsFromJars()
171 String configName, String configFullName, Set<IAbi> abis, String suiteTag) { in loadOneConfig()
DBaseTestSuite.java170 Set<IAbi> abis, File testsDir, String suitePrefix, String suiteTag) { in loadingStrategy()