Searched refs:planKey (Results 1 – 1 of 1) sorted by relevance
93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler() local94 Key planRunKey = KeyFactory.createKey(planKey, TestPlanRunEntity.KIND, time); in doGetHandler()