Home
last modified time | relevance | path

Searched defs:testPlanKey (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java114 Key testPlanKey, in TestPlanRunEntity()
164 com.googlecode.objectify.Key<TestPlanEntity> testPlanKey, in TestPlanRunEntity()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java197 Key testPlanKey = KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher() local