Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestStatusEntity.java70 @Ignore private List<TestCaseReference> failingTestCases; field in TestStatusEntity
112 List<TestCaseReference> failingTestCases) { in TestStatusEntity()
171 List<TestCaseReference> failingTestCases = new ArrayList<>(); in fromEntity() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java244 List<TestCaseReference> failingTestCases = new ArrayList<>(); in getTestStatus() local