Home
last modified time | relevance | path

Searched refs:testRunEnded (Results 1 – 19 of 19) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java148 mResultReporter.testRunEnded(3000, emptyMap); in testSinglePass()
183 mResultReporter.testRunEnded(3, emptyMap); in testSingleFail()
219 mResultReporter.testRunEnded(3, emptyMap); in testIncludeTestLogTags()
239 mResultReporter.testRunEnded(3, emptyMap); in testDeviceSetup()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java124 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ModuleListener
126 mListener.testRunEnded(elapsedTime, metrics); in testRunEnded()
DConsoleReporter.java146 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ConsoleReporter
DResultReporter.java334 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ResultReporter
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java118 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) {} in testRunEnded() method in NoOpTestInvocationListener
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DJarHostTestTest.java84 listener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(Collections.EMPTY_MAP)); in testRun()
DDeqpTestRunnerTest.java221 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testGlesVersion()
367 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testResultCode()
533 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_multipleTests()
652 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_unexecutableTests()
715 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_queryPmListFailure()
776 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_queryRenderabilityFailure()
901 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testOrientation()
1155 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_unsupportedPixelFormat()
1301 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_sessionInfoValueMissing()
1463 mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull()); in testRun_resultEventTypeMissing()
[all …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java134 super.testRunEnded(0, new HashMap<String, String>()); in reportUnexecutedTests()
DGeeTestResultParser.java370 listener.testRunEnded(mTotalRunTime, getRunMetrics()); in reportTestRunEnded()
639 listener.testRunEnded(mTotalRunTime, getRunMetrics()); in handleTestRunFailed()
DJUnitDeviceTest.java141 listener.testRunEnded(System.currentTimeMillis() - startTime, in run()
DTestNGDeviceTest.java137 listener.testRunEnded(System.currentTimeMillis() - startTime, in run()
DCtsTest.java1226 listener.testRunEnded(0, metrics); in forwardPackageDetails()
DDeqpTestRunner.java1914 listener.testRunEnded(0, emptyMap); in run()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java129 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting()
165 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_moduleNotDone()
DConsoleReporterTest.java82 mReporter.testRunEnded(10, new HashMap<String, String>()); in testResultReporting_singleModule()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java141 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in IssueReporter
DCtsXmlResultReporter.java329 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in CtsXmlResultReporter
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java351 listener.testRunEnded(Integer.parseInt(parts[1]), in run()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...