Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java197 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()
DShowGreenReleaseServlet.java277 Key testPlanKey = in getTestPlanDispatcher()
281 testPlanKey, in getTestPlanDispatcher()
294 testPlanKey, in getTestPlanDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java114 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()