Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java147 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents()
172 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents()
263 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto()
285 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto()
412 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_subprocess()
442 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_subprocess()
510 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto_partialEvents()
533 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto_partialEvents()
DStreamProtoResultReporterTest.java75 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream()
96 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream()
142 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream_noInvocationReporting()
161 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_noInvocationReporting()
DProtoResultReporterTest.java69 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testFinalizeProto()
91 mReporter.testModuleStarted(createModuleContext("arm32 module1")); in testFinalizeProto()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java102 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
114 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
125 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule()
136 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java143 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BaseGameQualificationMetricCollector
144 super.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/
DResultForwarder.java302 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder
305 listener.testModuleStarted(moduleContext); in testModuleStarted()
DITestInvocationListener.java99 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
DLegacySubprocessResultsReporter.java130 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in LegacySubprocessResultsReporter
DCollectingTestListener.java151 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in CollectingTestListener
DSubprocessResultsReporter.java237 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SubprocessResultsReporter
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java99 mMockListener.testModuleStarted(module1); in testReplayModules()
115 mMockListener.testModuleStarted(module2); in testReplayModules()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java364 listener.testModuleStarted(EasyMock.anyObject()); in expectTestRun()
380 listener.testModuleStarted(EasyMock.anyObject()); in expectIntraModuleTestRun()
648 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_unresponsiveDevice()
709 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_deviceUnavailable()
777 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_runtimeException()
1232 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_withCollectors()
DITestSuiteMultiTest.java147 mMockListener.testModuleStarted(EasyMock.anyObject()); in testMultiDeviceITestSuite()
DTfSuiteRunnerTest.java219 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java92 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SuiteResultReporter
93 super.testModuleStarted(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java79 listener.testModuleStarted(moduleContext); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java150 mReporter.testModuleStarted(moduleContext); in testFinalizeResults()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java152 mMasterListener.testModuleStarted(moduleContext); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java587 listener.testModuleStarted(module.getModuleInvocationContext()); in run()
590 .testModuleStarted(module.getModuleInvocationContext()); in run()
DModuleDefinition.java940 listener.testModuleStarted(getModuleInvocationContext()); in reportNotExecuted()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java190 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ProtoResultReporter
DProtoResultParser.java267 mListener.testModuleStarted(moduleContext); in handleModuleStart()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java448 mListener.testModuleStarted(module.mModuleContext); in handleEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java443 mockRunListener.testModuleStarted(EasyMock.anyObject()); in testParse_moduleStarted_end()