Searched defs:testPlanKey (Results 1 – 2 of 2) sorted by relevance
114 Key testPlanKey, in TestPlanRunEntity()164 com.googlecode.objectify.Key<TestPlanEntity> testPlanKey, in TestPlanRunEntity()
197 Key testPlanKey = KeyFactory.createKey(TestPlanEntity.KIND, testPlan); in getTestPlanDispatcher() local