Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java239 Map<String, List<String>> paramInfoMap = new HashMap<>(); in getTestPlanDispatcher() local
243 if (paramInfoMap.containsKey(branch)) { in getTestPlanDispatcher()
244 paramInfoMap.get(branch).add(target); in getTestPlanDispatcher()
246 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestPlanDispatcher()
250 Map<String, List<DeviceBuildInfo>> baseParamMap = getBasicParamMap(paramInfoMap); in getTestPlanDispatcher()
427 Map<String, List<String>> paramInfoMap = new HashMap<>(); in getTestSuiteDispatcher() local
431 if (paramInfoMap.containsKey(branch)) { in getTestSuiteDispatcher()
432 paramInfoMap.get(branch).add(target); in getTestSuiteDispatcher()
434 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestSuiteDispatcher()
442 Map<String, List<DeviceBuildInfo>> baseParamMap = getBasicParamMap(paramInfoMap); in getTestSuiteDispatcher()