Home
last modified time | relevance | path

Searched refs:setTestInvocationListeners (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java229 mStubConfiguration.setTestInvocationListeners(listenerList); in setUp()
230 mStubMultiConfiguration.setTestInvocationListeners(listenerList); in setUp()
832 mStubConfiguration.setTestInvocationListeners(listenerList); in testInvoke_logFileSaved()
1340 mStubConfiguration.setTestInvocationListeners(listenerList); in testInvoke_shardableTest_autoRetry()
2031 mStubConfiguration.setTestInvocationListeners(listenerList); in testProcessorCollectionChain()
2085 mStubConfiguration.setTestInvocationListeners(listenerList); in testProcessorCollectionChain_logSaver()
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DAutomatedReporters.java58 configuration.setTestInvocationListeners(listeners); in applyAutomatedReporters()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DValidateSuiteConfigHelperTest.java132 config.setTestInvocationListeners(listeners); in testNotRunningAsSuite_multi_resultReporter()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java420 public void setTestInvocationListeners(List<ITestInvocationListener> listeners); in setTestInvocationListeners() method
DConfiguration.java803 public void setTestInvocationListeners(List<ITestInvocationListener> listeners) { in setTestInvocationListeners() method in Configuration
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java213 config.setTestInvocationListeners(Collections.<ITestInvocationListener>emptyList()); in build()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java207 shardConfig.setTestInvocationListeners( in rescheduleConfig()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java416 originalConfig.setTestInvocationListeners(listeners); in handleExtraResultReporter()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java606 config.setTestInvocationListeners(reporters); in createRemoteConfig()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1317 config.setTestInvocationListeners(delegateReporters); in setDelegateLevelReporting()