Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java117 Map<String, Set<TestInfo>> testCollection = new LinkedHashMap<>(); in getTestCollection() local
122 return testCollection; in getTestCollection()
128 return testCollection; in getTestCollection()
145 testCollection.put(group, testsForGroup); in getTestCollection()
205 if (testCollection.get(group) == null) { in getTestCollection()
206 testCollection.put( in getTestCollection()
209 testCollection in getTestCollection()
231 return testCollection; in getTestCollection()
397 Map<String, Set<TestInfo>> testCollection, in getTests() argument
404 for (TestInfo test : testCollection.getOrDefault(testGroup, new HashSet<>())) { in getTests()
[all …]