Searched refs:getEndTimestamp (Results 1 – 7 of 7) sorted by relevance
322 || profilingReport.getEndTimestamp() in fromProfilingReport()327 profilingReport.getEndTimestamp() - profilingReport.getStartTimestamp(); in fromProfilingReport()
182 long endTimestamp = report.getEndTimestamp(); in insertTestReport()465 if (endTimestamp < 0 || testRunEntity.getEndTimestamp() > endTimestamp) { in insertTestPlanReport()466 endTimestamp = testRunEntity.getEndTimestamp(); in insertTestPlanReport()
600 if (endTimestamp < 0 || testRun.getEndTimestamp() > endTimestamp) { in doPost()601 endTimestamp = testRun.getEndTimestamp(); in doPost()
441 timeGrid[1][col + 1] = Long.toString(testRun.getEndTimestamp()); in processReport()444 … durationGrid[0][col + 1] = Long.toString(testRun.getEndTimestamp() - testRun.getStartTimestamp()); in processReport()
81 sb.append("<br>End Time: " + TimeUtil.getDateTimeZoneString(testRun.getEndTimestamp())); in getEmailFooter()
115 endTime = testPlanRun.getEndTimestamp(); in doGetHandler()
3707 long getEndTimestamp(); in getEndTimestamp() method4124 public long getEndTimestamp() { in getEndTimestamp() method in VtsReportMessage.TestCaseReportMessage4462 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.Builder6498 long getEndTimestamp(); in getEndTimestamp() method6846 public long getEndTimestamp() { in getEndTimestamp() method in VtsReportMessage.ProfilingReportMessage7114 result = result && (getEndTimestamp() in equals()[all …]