Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanRunServlet.java93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler() local
94 Key planRunKey = KeyFactory.createKey(planKey, TestPlanRunEntity.KIND, time); in doGetHandler()