/tools/tradefederation/core/tests/src/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 114 mAggListener.testModuleStarted(mModuleContext); in testForwarding() 115 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding() 183 mAggregator.testModuleStarted(mModuleContext); in testForwarding() 233 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure() 234 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding_runFailure() 289 mAggregator.testModuleStarted(mModuleContext); in testForwarding_runFailure() 328 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun() 329 mDetailedListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun() 377 mAggregator.testModuleStarted(mModuleContext); in testForwarding_runFailure_noRerun() 409 mAggListener.testModuleStarted(mModuleContext); in testForwarding_runFailure_aggregation() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 125 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule() 139 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule() 151 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule() 162 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule() 178 mMockListener.testModuleStarted(module1); in testBufferAndReplay_withModule_attempts() 192 mMockListener.testModuleStarted(module2); in testBufferAndReplay_withModule_attempts() 205 mShardListener.testModuleStarted(module1); in testBufferAndReplay_withModule_attempts() 216 mShardListener.testModuleStarted(module2); in testBufferAndReplay_withModule_attempts()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 154 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents() 193 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents() 373 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto() 395 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto() 566 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_subprocess() 596 mTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_subprocess() 664 mMockListener.testModuleStarted(EasyMock.anyObject()); in testEvents_finaleProto_partialEvents() 687 mFinalTestParser.testModuleStarted(createModuleContext("arm64 module1")); in testEvents_finaleProto_partialEvents()
|
D | StreamProtoResultReporterTest.java | 78 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream() 99 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream() 168 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream_noInvocationReporting() 187 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_noInvocationReporting() 228 mMockListener.testModuleStarted(EasyMock.anyObject()); in testStream_incompleteModule() 238 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testStream_incompleteModule()
|
D | FileProtoResultReporterTest.java | 105 mReporter.testModuleStarted(createModuleContext("module1")); in testWriteResults_periodic() 111 mReporter.testModuleStarted(createModuleContext("module2")); in testWriteResults_periodic() 127 mMockListener.testModuleStarted(EasyMock.anyObject()); in testWriteResults_periodic() 137 mMockListener.testModuleStarted(EasyMock.anyObject()); in testWriteResults_periodic()
|
D | ProtoResultReporterTest.java | 74 mReporter.testModuleStarted(createModuleContext("arm64 module1")); in testFinalizeProto() 96 mReporter.testModuleStarted(createModuleContext("arm32 module1")); in testFinalizeProto()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 397 listener.testModuleStarted(EasyMock.anyObject()); in expectTestRun() 413 listener.testModuleStarted(EasyMock.anyObject()); in expectIntraModuleTestRun() 685 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_unresponsiveDevice() 744 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_deviceUnavailable() 812 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_runtimeException() 1265 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_withCollectors() 1519 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_coverageOptionsCopied() 1597 mMockListener.testModuleStarted(EasyMock.anyObject()); in testRun_GranularRerunwithModuleListener() 1814 mMockListener.testModuleStarted(EasyMock.anyObject()); in testReportNotExecuted() 1842 mMockListener.testModuleStarted(EasyMock.anyObject()); in testReportNotExecuted_moduleInProgress() [all …]
|
D | TfSuiteRunnerTest.java | 238 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite() 246 listener.testModuleStarted(EasyMock.anyObject()); in testLoadTests_suite()
|
D | ITestSuiteMultiTest.java | 150 mMockListener.testModuleStarted(EasyMock.anyObject()); in testMultiDeviceITestSuite()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 142 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ShardListener 143 super.testModuleStarted(moduleContext); in testModuleStarted() 198 mMainListener.testModuleStarted(mModuleContext); in testModuleEnded()
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 162 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultAggregator 178 super.testModuleStarted(moduleContext); in testModuleStarted() 179 mAllForwarder.testModuleStarted(moduleContext); in testModuleStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ResultForwarder.java | 356 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ResultForwarder 359 listener.testModuleStarted(moduleContext); in testModuleStarted()
|
D | LegacySubprocessResultsReporter.java | 135 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in LegacySubprocessResultsReporter
|
D | CollectingTestListener.java | 156 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in CollectingTestListener
|
D | SubprocessResultsReporter.java | 276 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SubprocessResultsReporter
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 125 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BasePostProcessor 126 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayerTest.java | 114 mMockListener.testModuleStarted(module1); in testReplayModules() 130 mMockListener.testModuleStarted(module2); in testReplayModules()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultReporter.java | 92 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in SuiteResultReporter 93 super.testModuleStarted(moduleContext); in testModuleStarted()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 223 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in BaseDeviceMetricCollector 224 mForwarder.testModuleStarted(moduleContext); in testModuleStarted()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollectorTest.java | 79 mBase.testModuleStarted(mContext); in testInitAndForwarding() 96 Mockito.verify(mMockListener, times(1)).testModuleStarted(Mockito.any()); in testInitAndForwarding()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ITestSuite.java | 666 listener.testModuleStarted(module.getModuleInvocationContext()); in run() 670 .testModuleStarted(module.getModuleInvocationContext()); in run()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | ITestInvocationListener.java | 114 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted() method
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayer.java | 98 listener.testModuleStarted(moduleContext); in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | FormattedGeneratorReporterTest.java | 156 mReporter.testModuleStarted(moduleContext); in testFinalizeResults()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 222 public final void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted() method in ProtoResultReporter
|