Home
last modified time | relevance | path

Searched defs:testPlanName (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanEntity.java44 public String testPlanName; field in TestPlanEntity
51 public TestPlanEntity(String testPlanName) { in TestPlanEntity()
78 String testPlanName = e.getKey().getName(); in fromEntity() local
DTestPlanRunEntity.java76 @Index private String testPlanName; field in TestPlanRunEntity
115 String testPlanName, in TestPlanRunEntity()
165 String testPlanName, in TestPlanRunEntity()
266 String testPlanName = (String) e.getProperty(TEST_PLAN_NAME); in fromEntity() local
/test/vti/dashboard/testdata/
Dtest-plan-report-data.json4 "testPlanName": "vts-serving-staging-fuzz", string
9 "testPlanName": "vts-serving-staging-hal-conventional", string
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java436 String testPlanName = report.getTestPlanName(); in insertTestPlanReport() local
DTestDataForDevServlet.java207 private String testPlanName; field in TestDataForDevServlet.TestPlanReportDataObject.TestPlan