Searched refs:TestCaseReference (Results 1 – 3 of 3) sorted by relevance
70 @Ignore private List<TestCaseReference> failingTestCases;73 public static class TestCaseReference { class in TestStatusEntity83 public TestCaseReference(long parentId, int offset) { in TestCaseReference() method in TestStatusEntity.TestCaseReference93 public TestCaseReference(TestCase testCase) { in TestCaseReference() method in TestStatusEntity.TestCaseReference112 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()
25 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()
31 import com.android.vts.entity.TestStatusEntity.TestCaseReference;407 List<TestCaseReference> failingTestCases = in doPost()413 new TestCaseReference( in doPost()