Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java83 Map<String, TestCase> failingTestcases = new HashMap<>(); in getCurrentFailures() local
89 return failingTestcases; in getCurrentFailures()
104 failingTestcases.put(testCase.name, testCase); in getCurrentFailures()
106 return failingTestcases; in getCurrentFailures()