Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java144 Set<TestInfo> testsForGroup = new LinkedHashSet<>(); in getTestCollection() local
145 testCollection.put(group, testsForGroup); in getTestCollection()
191 testsForGroup.add(test); in getTestCollection()