Searched refs:testPlanKey (Results 1 – 3 of 3) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowPlanReleaseServlet.java | 197 Key testPlanKey = KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher() local 200 testPlanKey, TestPlanRunEntity.KIND, startTime, endTime, typeFilter); in getTestPlanDispatcher() 212 testPlanKey, in getTestPlanDispatcher() 241 testPlanKey, TestPlanRunEntity.KIND, minKey.getId(), maxKey.getId()); in getTestPlanDispatcher() 244 .setAncestor(testPlanKey) in getTestPlanDispatcher() 291 testPlanKey, TestPlanRunEntity.KIND, endTime))); in getTestPlanDispatcher() 297 testPlanKey, TestPlanRunEntity.KIND, startTime))); in getTestPlanDispatcher()
|
D | ShowGreenReleaseServlet.java | 277 Key testPlanKey = in getTestPlanDispatcher() 281 testPlanKey, in getTestPlanDispatcher() 294 testPlanKey, in getTestPlanDispatcher()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestPlanRunEntity.java | 114 Key testPlanKey, in TestPlanRunEntity() argument 126 this.key = KeyFactory.createKey(testPlanKey, KIND, startTimestamp); in TestPlanRunEntity() 164 com.googlecode.objectify.Key<TestPlanEntity> testPlanKey, in TestPlanRunEntity() argument 176 this.parent = testPlanKey; in TestPlanRunEntity()
|