Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestStatusEntity.java70 @Ignore private List<TestCaseReference> failingTestCases;
73 public static class TestCaseReference { class in TestStatusEntity
83 public TestCaseReference(long parentId, int offset) { in TestCaseReference() method in TestStatusEntity.TestCaseReference
93 public TestCaseReference(TestCase testCase) { in TestCaseReference() method in TestStatusEntity.TestCaseReference
112 List<TestCaseReference> failingTestCases) { in TestStatusEntity()
126 this(testName, 0, -1, -1, new ArrayList<TestCaseReference>()); in TestStatusEntity()
144 for (TestCaseReference testCase : this.failingTestCases) { in toEntity()
171 List<TestCaseReference> failingTestCases = new ArrayList<>(); in fromEntity()
188 new TestCaseReference(ids.get(i), offsets.get(i).intValue())); in fromEntity()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java25 import com.android.vts.entity.TestStatusEntity.TestCaseReference;
85 for (TestCaseReference testCaseRef : status.getFailingTestCases()) { in getCurrentFailures()
93 for (TestCaseReference testCaseRef : status.getFailingTestCases()) { in getCurrentFailures()
244 List<TestCaseReference> failingTestCases = new ArrayList<>(); in getTestStatus()
325 new TestCaseReference(failedTestCaseMap.get(testCaseName))); in getTestStatus()
338 new TestCaseReference(testCaseBreakageMap.get(testCaseName))); in getTestStatus()
342 new TestCaseReference(failedTestCaseMap.get(testCaseName))); in getTestStatus()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java31 import com.android.vts.entity.TestStatusEntity.TestCaseReference;
407 List<TestCaseReference> failingTestCases = in doPost()
413 new TestCaseReference( in doPost()