Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java82 @Index private long endTimestamp; field in TestPlanRunEntity
118 long endTimestamp, in TestPlanRunEntity() argument
130 this.endTimestamp = endTimestamp; in TestPlanRunEntity()
168 long endTimestamp, in TestPlanRunEntity() argument
180 this.endTimestamp = endTimestamp; in TestPlanRunEntity()
194 planRun.setProperty(END_TIMESTAMP, this.endTimestamp); in toEntity()
269 long endTimestamp = (long) e.getProperty(END_TIMESTAMP); in fromEntity() local
286 endTimestamp, in fromEntity()
307 json.add(END_TIMESTAMP, new JsonPrimitive(this.endTimestamp)); in toJson()
DTestRunEntity.java150 @Index @Getter @Setter private long endTimestamp; field in TestRunEntity
192 long endTimestamp, in TestRunEntity() argument
204 this.endTimestamp = endTimestamp; in TestRunEntity()
234 testRunEntity.setUnindexedProperty(END_TIMESTAMP, this.endTimestamp); in toEntity()
273 return TimeUtil.getDateTimeString(this.endTimestamp); in getEndDateTime()
359 long endTimestamp = (long) e.getProperty(END_TIMESTAMP); in fromEntity() local
382 endTimestamp, in fromEntity()
426 json.add(END_TIMESTAMP, new JsonPrimitive(this.endTimestamp)); in toJson()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java182 long endTimestamp = report.getEndTimestamp(); in insertTestReport() local
356 endTimestamp, in insertTestReport()
455 long endTimestamp = -1; in insertTestPlanReport() local
465 if (endTimestamp < 0 || testRunEntity.getEndTimestamp() > endTimestamp) { in insertTestPlanReport()
466 endTimestamp = testRunEntity.getEndTimestamp(); in insertTestPlanReport()
496 endTimestamp, in insertTestPlanReport()
DTestDataForDevServlet.java131 private long endTimestamp; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun
511 testRun.endTimestamp, in doPost()
585 long endTimestamp = -1; in doPost()
600 if (endTimestamp < 0 || testRun.getEndTimestamp() > endTimestamp) { in doPost()
601 endTimestamp = testRun.getEndTimestamp(); in doPost()
629 endTimestamp, in doPost()
/test/vti/dashboard/src/main/webapp/js/
Dplan_runs.js33 var endTime = entry.testPlanRun.endTimestamp;
Dtest_results.js232 var endTime = metadata.testRun.endTimestamp;
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp434 …${testRunEntity.endDateTime}" />+0900 (<c:out value="${(testRunEntity.endTimestamp - testRunEntity…