Home
last modified time | relevance | path

Searched refs:testModuleEnded (Results 1 – 25 of 26) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java137 mMockListener.testModuleEnded(); in testBufferAndReplay_withModule()
145 mMockListener.testModuleEnded(); in testBufferAndReplay_withModule()
160 mShardListener.testModuleEnded(); in testBufferAndReplay_withModule()
167 mShardListener.testModuleEnded(); in testBufferAndReplay_withModule()
190 mMockListener.testModuleEnded(); in testBufferAndReplay_withModule_attempts()
198 mMockListener.testModuleEnded(); in testBufferAndReplay_withModule_attempts()
214 mShardListener.testModuleEnded(); in testBufferAndReplay_withModule_attempts()
221 mShardListener.testModuleEnded(); in testBufferAndReplay_withModule_attempts()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java92 mMockListener.testModuleEnded(); in testStream()
117 mReporter.testModuleEnded(); in testStream()
182 mMockListener.testModuleEnded(); in testStream_noInvocationReporting()
205 mReporter.testModuleEnded(); in testStream_noInvocationReporting()
233 mMockListener.testModuleEnded(); in testStream_incompleteModule()
DFileProtoResultReporterTest.java110 mReporter.testModuleEnded(); in testWriteResults_periodic()
112 mReporter.testModuleEnded(); in testWriteResults_periodic()
136 mMockListener.testModuleEnded(); in testWriteResults_periodic()
138 mMockListener.testModuleEnded(); in testWriteResults_periodic()
DProtoResultParserTest.java168 mMockListener.testModuleEnded(); in testEvents()
217 mTestParser.testModuleEnded(); in testEvents()
387 mMockListener.testModuleEnded(); in testEvents_finaleProto()
414 mFinalTestParser.testModuleEnded(); in testEvents_finaleProto()
580 mMockListener.testModuleEnded(); in testEvents_subprocess()
615 mTestParser.testModuleEnded(); in testEvents_subprocess()
679 mMockListener.testModuleEnded(); in testEvents_finaleProto_partialEvents()
DProtoResultReporterTest.java95 mReporter.testModuleEnded(); in testFinalizeProto()
97 mReporter.testModuleEnded(); in testFinalizeProto()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java117 public default void testModuleEnded() {} in testModuleEnded() method
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java194 public void testModuleEnded() { in testModuleEnded() method in ShardListener
195 super.testModuleEnded(); in testModuleEnded()
220 mMainListener.testModuleEnded(); in testModuleEnded()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java321 public void testModuleEnded() { in testModuleEnded() method in ResultAggregator
328 super.testModuleEnded(); in testModuleEnded()
330 mDetailedForwarder.testModuleEnded(); in testModuleEnded()
361 mAggregatedForwarder.testModuleEnded(); in testModuleEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/
DResultForwarder.java368 public void testModuleEnded() { in testModuleEnded() method in ResultForwarder
371 listener.testModuleEnded(); in testModuleEnded()
DLegacySubprocessResultsReporter.java149 public void testModuleEnded() { in testModuleEnded() method in LegacySubprocessResultsReporter
DSubprocessResultsReporter.java283 public void testModuleEnded() { in testModuleEnded() method in SubprocessResultsReporter
DCollectingTestListener.java161 public void testModuleEnded() { in testModuleEnded() method in CollectingTestListener
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java196 testModuleEnded(); in invocationEnded()
225 testModuleEnded(); in testModuleStarted()
244 public final void testModuleEnded() { in testModuleEnded() method in ProtoResultReporter
DProtoResultParser.java213 mListener.testModuleEnded(); in completeModuleEvents()
382 mListener.testModuleEnded(); in handleModuleEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java128 mMockListener.testModuleEnded(); in testReplayModules()
144 mMockListener.testModuleEnded(); in testReplayModules()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java130 public final void testModuleEnded() { in testModuleEnded() method in BasePostProcessor
131 mForwarder.testModuleEnded(); in testModuleEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTfSuiteRunnerTest.java245 listener.testModuleEnded(); in testLoadTests_suite()
253 listener.testModuleEnded(); in testLoadTests_suite()
DITestSuiteMultiTest.java163 mMockListener.testModuleEnded(); in testMultiDeviceITestSuite()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java228 public final void testModuleEnded() { in testModuleEnded() method in BaseDeviceMetricCollector
229 mForwarder.testModuleEnded(); in testModuleEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java110 listener.testModuleEnded(); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java161 mReporter.testModuleEnded(); in testFinalizeResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java91 mBase.testModuleEnded(); in testInitAndForwarding()
114 Mockito.verify(mMockListener, times(1)).testModuleEnded(); in testInitAndForwarding()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java678 new ResultForwarder(moduleListeners).testModuleEnded(); in run()
681 listener.testModuleEnded(); in run()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java507 mListener.testModuleEnded(); in handleEvent()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java478 mockRunListener.testModuleEnded(); in testParse_moduleStarted_end()

12