Home
last modified time | relevance | path

Searched defs:testsByCategory (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java146 Map<String, List<TestListItem>> testsByCategory = getTestsByCategory(infos); in getRows() local
186 Map<String, List<TestListItem>> testsByCategory = new HashMap<>(); in getTestsByCategory() local
294 static void addTestToCategory(Map<String, List<TestListItem>> testsByCategory, in addTestToCategory()