Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DModuleTestTypeUtil.java53 List<String> matchedTypes = new ArrayList<>(); in getMatchedConfigTestTypes() local
62 matchedTypes.add(testType); in getMatchedConfigTestTypes()
66 return matchedTypes; in getMatchedConfigTestTypes()