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.java430 Map<String, Set<TestInfo>> testCollection = in getAllTests() local
432 for (String group : testCollection.keySet()) { in getAllTests()
433 allTests.computeIfAbsent(group, k -> new HashSet<>()).addAll(testCollection.get(group)); in getAllTests()