Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java94 public final TestPlanRunEntity testPlanRun; field in ShowPlanReleaseServlet.TestPlanRunMetadata
98 public TestPlanRunMetadata(TestPlanRunEntity testPlanRun) { in TestPlanRunMetadata()
224 TestPlanRunEntity testPlanRun = TestPlanRunEntity.fromEntity(entityMap.get(key)); in getTestPlanDispatcher() local
DShowPlanRunServlet.java105 TestPlanRunEntity testPlanRun = TestPlanRunEntity.fromEntity(testPlanRunEntity); in doGetHandler() local