/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | TestResultHistory.java | 114 serializer.attribute(null, START_TIME_ATTR, String.valueOf(execRecord.getStartTime())); in serialize() 140 public long getStartTime() { in getStartTime() method in TestResultHistory.ExecutionRecord
|
D | LightInvocationResult.java | 52 mTimestamp = result.getStartTime(); in LightInvocationResult() 145 public long getStartTime() { in getStartTime() method in LightInvocationResult
|
D | IInvocationResult.java | 31 long getStartTime(); in getStartTime() method
|
D | InvocationResult.java | 142 public long getStartTime() { in getStartTime() method in InvocationResult
|
D | ResultHandler.java | 147 result1.getStartTime(), in getLightResults() 148 result2.getStartTime())); in getLightResults()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | InvocationFailureHandler.java | 45 CompatibilityBuildHelper.getDirSuffix(buildHelper.getStartTime())); in hasFailed()
|
D | TestRunHandler.java | 54 buildHelper.getDirSuffix(buildHelper.getStartTime())); in getTestRuns()
|
D | ResultReporter.java | 286 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()
|
D | SubPlanHelper.java | 436 sb.append(CompatibilityBuildHelper.getDirSuffix(mResult.getStartTime())); in createPlanName()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowProfilingOverviewServlet.java | 162 … 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/ |
D | TestSuiteResultRestServlet.java | 92 testSuiteResultMessage.getStartTime(), in doPost()
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 497 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/ |
D | PerformanceUtil.java | 214 if (perfSummary.contains(ppSummary.getStartTime())) { in updatePerformanceSummary()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelper.java | 110 public long getStartTime() { in getStartTime() method in CompatibilityBuildHelper
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSuiteTestJobServlet.java | 231 testSuiteResultMessage.getStartTime(), in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | TestSuiteResultMessageProto.java | 205 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/ |
D | ResultReporterTest.java | 597 long startTime = mReporter.getResult().getStartTime(); in testRetryWithRunHistory()
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
com/android/compatibility/common/ ... |