Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java322 || profilingReport.getEndTimestamp() in fromProfilingReport()
327 profilingReport.getEndTimestamp() - profilingReport.getStartTimestamp(); in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java182 long endTimestamp = report.getEndTimestamp(); in insertTestReport()
465 if (endTimestamp < 0 || testRunEntity.getEndTimestamp() > endTimestamp) { in insertTestPlanReport()
466 endTimestamp = testRunEntity.getEndTimestamp(); in insertTestPlanReport()
DTestDataForDevServlet.java600 if (endTimestamp < 0 || testRun.getEndTimestamp() > endTimestamp) { in doPost()
601 endTimestamp = testRun.getEndTimestamp(); in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java441 timeGrid[1][col + 1] = Long.toString(testRun.getEndTimestamp()); in processReport()
444 … durationGrid[0][col + 1] = Long.toString(testRun.getEndTimestamp() - testRun.getStartTimestamp()); in processReport()
DEmailHelper.java81 sb.append("<br>End Time: " + TimeUtil.getDateTimeZoneString(testRun.getEndTimestamp())); in getEmailFooter()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanRunServlet.java115 endTime = testPlanRun.getEndTimestamp(); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3707 long getEndTimestamp(); in getEndTimestamp() method
4124 public long getEndTimestamp() { in getEndTimestamp() method in VtsReportMessage.TestCaseReportMessage
4462 result = result && (getEndTimestamp() in equals()
4463 == other.getEndTimestamp()); in equals()
4500 getEndTimestamp()); in hashCode()
4804 setEndTimestamp(other.getEndTimestamp()); in mergeFrom()
5099 public long getEndTimestamp() { in getEndTimestamp() method in VtsReportMessage.TestCaseReportMessage.Builder
6498 long getEndTimestamp(); in getEndTimestamp() method
6846 public long getEndTimestamp() { in getEndTimestamp() method in VtsReportMessage.ProfilingReportMessage
7114 result = result && (getEndTimestamp() in equals()
[all …]