Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java68 private Map<String, Set<TestInfo>> mTestCollection = null; field in TestMapping
95 mTestCollection = new LinkedHashMap<>(); in TestMapping()
113 mTestCollection.put(group, testsForGroup); in TestMapping()
198 for (TestInfo test : mTestCollection.getOrDefault(testGroup, new HashSet<>())) { in getTests()
444 return mTestCollection; in getTestCollection()