Home
last modified time | relevance | path

Searched refs:testModuleStarted (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DITestInvocationListener.java99 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
DResultForwarder.java289 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder
292 listener.testModuleStarted(moduleContext); in testModuleStarted()
DLegacySubprocessResultsReporter.java92 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in LegacySubprocessResultsReporter
DCollectingTestListener.java123 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in CollectingTestListener
DSubprocessResultsReporter.java228 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SubprocessResultsReporter
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java87 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
99 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
110 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
121 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java84 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SuiteResultReporter
85 super.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java128 mReporter.testModuleStarted(moduleContext); in testFinalizeResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteMultiTest.java147 mMockListener.testModuleStarted(EasyMock.anyObject()); in testMultiDeviceITestSuite()
DITestSuiteTest.java231 listener.testModuleStarted(EasyMock.anyObject()); in expectTestRun()
388 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_unresponsiveDevice()
437 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_runtimeException()
883 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_withCollectors()
DTfSuiteRunnerTest.java215 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java149 mMasterListener.testModuleStarted(moduleContext); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java433 listener.testModuleStarted(module.getModuleInvocationContext()); in run()
436 .testModuleStarted(module.getModuleInvocationContext()); in run()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java423 mListener.testModuleStarted(module.mModuleContext); in handleEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java386 mockRunListener.testModuleStarted(EasyMock.anyObject()); in testParse_moduleStarted_end()