Home
last modified time | relevance | path

Searched refs:getStartTimestamp (Results 1 – 11 of 11) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java115 if (testRunEntity.getStartTimestamp() < startTime) { in addTestRun()
116 startTime = testRunEntity.getStartTimestamp(); in addTestRun()
118 if (testRunEntity.getStartTimestamp() > endTime) { in addTestRun()
119 endTime = testRunEntity.getStartTimestamp(); in addTestRun()
225 … testRuns.sort((t1, t2) -> new Long(t2.getStartTimestamp()).compareTo(t1.getStartTimestamp())); in processReport()
368 + testRun.getStartTimestamp() in processReport()
440 timeGrid[0][col + 1] = Long.toString(testRun.getStartTimestamp()); in processReport()
444 … durationGrid[0][col + 1] = Long.toString(testRun.getEndTimestamp() - testRun.getStartTimestamp()); in processReport()
DEmailHelper.java80 sb.append("Start Time: " + TimeUtil.getDateTimeZoneString(testRun.getStartTimestamp())); in getEmailFooter()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTreeServlet.java263 new Long(t2.testRun.getStartTimestamp()).compareTo(t1.testRun.getStartTimestamp())); in doGetHandler()
281 endTime = firstRun.testRun.getStartTimestamp(); in doGetHandler()
289 startTime = lastRun.testRun.getStartTimestamp(); in doGetHandler()
DShowPlanReleaseServlet.java125 return new Long(o.testPlanRun.getStartTimestamp()) in compareTo()
126 .compareTo(this.testPlanRun.getStartTimestamp()); in compareTo()
272 endTime = firstRun.testPlanRun.getStartTimestamp(); in getTestPlanDispatcher()
275 startTime = lastRun.testPlanRun.getStartTimestamp(); in getTestPlanDispatcher()
DShowGreenReleaseServlet.java363 return entity.getStartTimestamp(); in getTestPlanDispatcher()
398 .map(entity -> entity.getStartTimestamp()) in getTestPlanDispatcher()
DShowPlanRunServlet.java114 startTime = testPlanRun.getStartTimestamp(); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java181 long startTimestamp = report.getStartTimestamp(); in insertTestReport()
190 testEntity.getTestRunKey(report.getStartTimestamp()); in insertTestReport()
462 if (startTimestamp < 0 || testRunEntity.getStartTimestamp() < startTimestamp) { in insertTestPlanReport()
463 startTimestamp = testRunEntity.getStartTimestamp(); in insertTestPlanReport()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java323 < profilingReport.getStartTimestamp()) { in fromProfilingReport()
327 profilingReport.getEndTimestamp() - profilingReport.getStartTimestamp(); in fromProfilingReport()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java415 String uploadDateString = TimeUtil.getDateString(mostRecentRun.getStartTimestamp()); in getTestStatus()
477 mostRecentRun.getStartTimestamp(), in getTestStatus()
DVtsCoverageAlertJobServlet.java266 testRunEntity.getStartTimestamp(), in getTestCoverageStatus()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3698 long getStartTimestamp(); in getStartTimestamp() method
4109 public long getStartTimestamp() { in getStartTimestamp() method in VtsReportMessage.TestCaseReportMessage
4457 result = result && (getStartTimestamp() in equals()
4458 == other.getStartTimestamp()); in equals()
4495 getStartTimestamp()); in hashCode()
4801 setStartTimestamp(other.getStartTimestamp()); in mergeFrom()
5059 public long getStartTimestamp() { in getStartTimestamp() method in VtsReportMessage.TestCaseReportMessage.Builder
6489 long getStartTimestamp(); in getStartTimestamp() method
6831 public long getStartTimestamp() { in getStartTimestamp() method in VtsReportMessage.ProfilingReportMessage
7109 result = result && (getStartTimestamp() in equals()
[all …]