Home
last modified time | relevance | path

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

/test/vti/dashboard/
DREADME.md153 the "testName"'s value under "testRunList" and the "testTimes" should have the "startTimestamp"'s v…
163 "startTimestamp":1515562811, <- "testTimes" should be copied from here
168 "startTimestamp":1515562811, <- "testTimes" should be copied from here
178 "testTimes": [1515562811, 1515562811]
183 "testTimes": [1515562811, 1515562811]
187 "testModules" and "testTimes"'s elements order is also matter.
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java430 List<Long> testTimes = report.getTestModuleStartTimestampList(); in insertTestPlanReport() local
431 if (testModules.size() != testTimes.size() || !report.hasTestPlanName()) { in insertTestPlanReport()
441 long time = testTimes.get(index); in insertTestPlanReport()
DTestDataForDevServlet.java209 private List<Long> testTimes; field in TestDataForDevServlet.TestPlanReportDataObject.TestPlan
575 long time = testPlan.testTimes.get(idx); in doPost()