Home
last modified time | relevance | path

Searched refs:invocationEnded (Results 1 – 10 of 10) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java125 mResultReporter.invocationEnded(1); in testEmptyGeneration()
150 mResultReporter.invocationEnded(1); in testSinglePass()
186 mResultReporter.invocationEnded(1); in testSingleFail()
222 mResultReporter.invocationEnded(1); in testIncludeTestLogTags()
240 mResultReporter.invocationEnded(1); in testDeviceSetup()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DDeviceInfoCollectorFuncTest.java70 testListener.invocationEnded(0); in testCollectDeviceInfo()
82 testListener.invocationEnded(0); in testExtendedDeviceInfo()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java150 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ModuleListener
152 mListener.invocationEnded(elapsedTime); in invocationEnded()
DResultReporter.java391 public void invocationEnded(long elapsedTime) { in invocationEnded() method in ResultReporter
394 mMasterResultReporter.invocationEnded(elapsedTime); in invocationEnded()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java105 mReporter.invocationEnded(10); in testSetup()
130 mReporter.invocationEnded(10); in testResultReporting()
166 mReporter.invocationEnded(10); in testResultReporting_moduleNotDone()
DConsoleReporterTest.java83 mReporter.invocationEnded(10); in testResultReporting_singleModule()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java50 public void invocationEnded(long elapsedTime) {} in invocationEnded() method in NoOpTestInvocationListener
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java145 public void invocationEnded(long elapsedTime) { in invocationEnded() method in CtsTestLogReporter
DIssueReporter.java159 public void invocationEnded(long elapsedTime) { in invocationEnded() method in IssueReporter
DCtsXmlResultReporter.java353 public void invocationEnded(long elapsedTime) { in invocationEnded() method in CtsXmlResultReporter