Home
last modified time | relevance | path

Searched refs:getStartTime (Results 1 – 18 of 18) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResultHistory.java114 serializer.attribute(null, START_TIME_ATTR, String.valueOf(execRecord.getStartTime())); in serialize()
140 public long getStartTime() { in getStartTime() method in TestResultHistory.ExecutionRecord
DLightInvocationResult.java52 mTimestamp = result.getStartTime(); in LightInvocationResult()
145 public long getStartTime() { in getStartTime() method in LightInvocationResult
DIInvocationResult.java31 long getStartTime(); in getStartTime() method
DInvocationResult.java142 public long getStartTime() { in getStartTime() method in InvocationResult
DResultHandler.java147 result1.getStartTime(), in getLightResults()
148 result2.getStartTime())); in getLightResults()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DInvocationFailureHandler.java45 CompatibilityBuildHelper.getDirSuffix(buildHelper.getStartTime())); in hasFailed()
DTestRunHandler.java54 buildHelper.getDirSuffix(buildHelper.getStartTime())); in getTestRuns()
DResultReporter.java286 mResult.setStartTime(mBuildHelper.getStartTime()); in initializeResultDirectories()
308 CompatibilityBuildHelper.getDirSuffix(mBuildHelper.getStartTime())); in initializeResultDirectories()
606 newRun.startTime = mResult.getStartTime(); in finalizeResults()
848 mResult.getStartTime(), in generateResultXmlFile()
849 mElapsedTime + mResult.getStartTime(), in generateResultXmlFile()
DSubPlanHelper.java436 sb.append(CompatibilityBuildHelper.getDirSuffix(mResult.getStartTime())); in createPlanName()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java162 … plot.addSeriesData(Long.toString(pps.getStartTime()), pps.getSeries(), pps.getGlobalStats()); in doGetHandler()
163 timestamps.add(pps.getStartTime()); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestSuiteResultRestServlet.java92 testSuiteResultMessage.getStartTime(), in doPost()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java497 assertEquals("Incorrect start time", START_MS, lightResult.getStartTime()); in checkLightResult()
530 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
596 "Incorrect test start time", TEST_START_MS, execRecord.getStartTime()); in checkResult()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java214 if (perfSummary.contains(ppSummary.getStartTime())) { in updatePerformanceSummary()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java110 public long getStartTime() { in getStartTime() method in CompatibilityBuildHelper
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java231 testSuiteResultMessage.getStartTime(), in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DTestSuiteResultMessageProto.java205 long getStartTime(); in getStartTime() method
1119 public long getStartTime() { in getStartTime() method in TestSuiteResultMessageProto.TestSuiteResultMessage
1877 result = result && (getStartTime() in equals()
1878 == other.getStartTime()); in equals()
2003 getStartTime()); in hashCode()
2458 setStartTime(other.getStartTime()); in mergeFrom()
3325 public long getStartTime() { in getStartTime() method in TestSuiteResultMessageProto.TestSuiteResultMessage.Builder
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java597 long startTime = mReporter.getResult().getStartTime(); in testRetryWithRunHistory()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...