Home
last modified time | relevance | path

Searched refs:startTimestamp (Results 1 – 9 of 9) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java80 @Index private long startTimestamp; field in TestPlanRunEntity
117 long startTimestamp, in TestPlanRunEntity() argument
125 this.id = startTimestamp; in TestPlanRunEntity()
126 this.key = KeyFactory.createKey(testPlanKey, KIND, startTimestamp); in TestPlanRunEntity()
129 this.startTimestamp = startTimestamp; in TestPlanRunEntity()
167 long startTimestamp, in TestPlanRunEntity() argument
175 this.id = startTimestamp; in TestPlanRunEntity()
179 this.startTimestamp = startTimestamp; in TestPlanRunEntity()
193 planRun.setProperty(START_TIMESTAMP, this.startTimestamp); in toEntity()
235 return KeyFactory.createKey(parentKey, KIND, startTimestamp); in getOldKey()
[all …]
DTestRunEntity.java148 @Index @Getter @Setter private long startTimestamp; field in TestRunEntity
191 long startTimestamp, in TestRunEntity() argument
200 this.id = startTimestamp; in TestRunEntity()
201 this.key = KeyFactory.createKey(parentKey, KIND, startTimestamp); in TestRunEntity()
203 this.startTimestamp = startTimestamp; in TestRunEntity()
233 testRunEntity.setProperty(START_TIMESTAMP, this.startTimestamp); in toEntity()
258 return KeyFactory.createKey(parentKey, KIND, startTimestamp); in getKey()
268 return TimeUtil.getDateTimeString(this.startTimestamp); in getStartDateTime()
287 testRunKey, CodeCoverageEntity.class, this.startTimestamp); in getCodeCoverageEntityKey()
297 testKey, TestRunEntity.class, this.startTimestamp); in getOfyKey()
[all …]
DTestEntity.java94 public com.googlecode.objectify.Key getTestRunKey(long startTimestamp) { in getTestRunKey() argument
98 com.googlecode.objectify.Key.create(testKey, TestRunEntity.class, startTimestamp); in getTestRunKey()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java130 private long startTimestamp; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun
405 testRun.startTimestamp); in doPost()
422 testRun.startTimestamp, in doPost()
510 testRun.startTimestamp, in doPost()
584 long startTimestamp = -1; in doPost()
597 if (startTimestamp < 0 || testRunKey.getId() < startTimestamp) { in doPost()
598 startTimestamp = testRunKey.getId(); in doPost()
617 if (startTimestamp < 0 || testBuildId == null || type == 0) { in doPost()
628 startTimestamp, in doPost()
DDatastoreRestServlet.java181 long startTimestamp = report.getStartTimestamp(); in insertTestReport() local
355 startTimestamp, in insertTestReport()
454 long startTimestamp = -1; in insertTestPlanReport() local
462 if (startTimestamp < 0 || testRunEntity.getStartTimestamp() < startTimestamp) { in insertTestPlanReport()
463 startTimestamp = testRunEntity.getStartTimestamp(); in insertTestPlanReport()
482 if (startTimestamp < 0 || testBuildId == null || testType == -1) { in insertTestPlanReport()
483 log.debug("startTimestamp => " + startTimestamp); in insertTestPlanReport()
495 startTimestamp, in insertTestPlanReport()
/test/vti/dashboard/src/main/webapp/js/
Dplan_runs.js28 '&time=' + entry.testPlanRun.startTimestamp);
32 var startTime = entry.testPlanRun.startTimestamp;
Dtest_results.js231 var startTime = metadata.testRun.startTimestamp;
/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
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp424 …estRunEntity.testName}" />" data-time="<c:out value="${testRunEntity.startTimestamp}" />" data-lin…
434 … />+0900 (<c:out value="${(testRunEntity.endTimestamp - testRunEntity.startTimestamp) / 1000}" />s)