Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestStatusEntity.java74 public final long parentId; field in TestStatusEntity.TestCaseReference
83 public TestCaseReference(long parentId, int offset) { in TestCaseReference() argument
84 this.parentId = parentId; in TestCaseReference()
94 this(testCase.parentId, testCase.offset); in TestCaseReference()
145 failingTestcaseIds.add(testCase.parentId); in toEntity()
DTestCaseRunEntity.java68 public final long parentId; field in TestCaseRunEntity.TestCase
80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() argument
81 this.parentId = parentId; in TestCase()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java86 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId)); in getCurrentFailures()
94 Key key = KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId); in getCurrentFailures()