/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 137 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/ |
D | StreamProtoResultReporterTest.java | 92 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()
|
D | FileProtoResultReporterTest.java | 110 mReporter.testModuleEnded(); in testWriteResults_periodic() 112 mReporter.testModuleEnded(); in testWriteResults_periodic() 136 mMockListener.testModuleEnded(); in testWriteResults_periodic() 138 mMockListener.testModuleEnded(); in testWriteResults_periodic()
|
D | ProtoResultParserTest.java | 168 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()
|
D | ProtoResultReporterTest.java | 95 mReporter.testModuleEnded(); in testFinalizeProto() 97 mReporter.testModuleEnded(); in testFinalizeProto()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | ITestInvocationListener.java | 117 public default void testModuleEnded() {} in testModuleEnded() method
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 194 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/ |
D | ResultAggregator.java | 321 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/ |
D | ResultForwarder.java | 368 public void testModuleEnded() { in testModuleEnded() method in ResultForwarder 371 listener.testModuleEnded(); in testModuleEnded()
|
D | LegacySubprocessResultsReporter.java | 149 public void testModuleEnded() { in testModuleEnded() method in LegacySubprocessResultsReporter
|
D | SubprocessResultsReporter.java | 283 public void testModuleEnded() { in testModuleEnded() method in SubprocessResultsReporter
|
D | CollectingTestListener.java | 161 public void testModuleEnded() { in testModuleEnded() method in CollectingTestListener
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 196 testModuleEnded(); in invocationEnded() 225 testModuleEnded(); in testModuleStarted() 244 public final void testModuleEnded() { in testModuleEnded() method in ProtoResultReporter
|
D | ProtoResultParser.java | 213 mListener.testModuleEnded(); in completeModuleEvents() 382 mListener.testModuleEnded(); in handleModuleEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayerTest.java | 128 mMockListener.testModuleEnded(); in testReplayModules() 144 mMockListener.testModuleEnded(); in testReplayModules()
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 130 public final void testModuleEnded() { in testModuleEnded() method in BasePostProcessor 131 mForwarder.testModuleEnded(); in testModuleEnded()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TfSuiteRunnerTest.java | 245 listener.testModuleEnded(); in testLoadTests_suite() 253 listener.testModuleEnded(); in testLoadTests_suite()
|
D | ITestSuiteMultiTest.java | 163 mMockListener.testModuleEnded(); in testMultiDeviceITestSuite()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 228 public final void testModuleEnded() { in testModuleEnded() method in BaseDeviceMetricCollector 229 mForwarder.testModuleEnded(); in testModuleEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayer.java | 110 listener.testModuleEnded(); in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporterTest.java | 161 mReporter.testModuleEnded(); in testFinalizeResults()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollectorTest.java | 91 mBase.testModuleEnded(); in testInitAndForwarding() 114 Mockito.verify(mMockListener, times(1)).testModuleEnded(); in testInitAndForwarding()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ITestSuite.java | 678 new ResultForwarder(moduleListeners).testModuleEnded(); in run() 681 listener.testModuleEnded(); in run()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParser.java | 507 mListener.testModuleEnded(); in handleEvent()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParserTest.java | 478 mockRunListener.testModuleEnded(); in testParse_moduleStarted_end()
|