Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java253 List<List<String>> allPassIdLists = new ArrayList<>(); in getTestPlanDispatcher() local
331 allPassIdLists.add(passBuildIdList); in getTestPlanDispatcher()
368 allPassIdLists.add(new ArrayList<>()); in getTestPlanDispatcher()
372 Set<String> greenBuildIdList = FilterUtil.getCommonElements(allPassIdLists); in getTestPlanDispatcher()
445 List<List<String>> allPassIdLists = new ArrayList<>(); in getTestSuiteDispatcher() local
468 allPassIdLists.add(passBuildIdList); in getTestSuiteDispatcher()