Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java198 Map<String, Set<TestInfo>> filePathImportedTestCollection = in getTestCollection() local
202 for (String group : filePathImportedTestCollection.keySet()) { in getTestCollection()
204 if (filePathImportedTestCollection.get(group) != null) { in getTestCollection()
207 group, filePathImportedTestCollection.get(group)); in getTestCollection()
211 .addAll(filePathImportedTestCollection.get(group)); in getTestCollection()