Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DAutomatedReporters.java63 configuration.setTestInvocationListeners(listeners); in applyAutomatedReporters()
97 configuration.setTestInvocationListeners(listeners); in addToReporters()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java449 public void setTestInvocationListeners(List<ITestInvocationListener> listeners); in setTestInvocationListeners() method
DConfiguration.java873 public void setTestInvocationListeners(List<ITestInvocationListener> listeners) { in setTestInvocationListeners() method in Configuration
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DValidateSuiteConfigHelperTest.java137 config.setTestInvocationListeners(listeners); in testNotRunningAsSuite_multi_resultReporter()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java232 config.setTestInvocationListeners(Collections.<ITestInvocationListener>emptyList()); in build()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java396 originalConfig.setTestInvocationListeners(listeners); in handleExtraResultReporter()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java237 shardConfig.setTestInvocationListeners( in rescheduleConfig()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java240 mStubConfiguration.setTestInvocationListeners(listenerList); in setUp()
241 mStubMultiConfiguration.setTestInvocationListeners(listenerList); in setUp()
1471 mStubConfiguration.setTestInvocationListeners(listenerList); in testInvoke_logFileSaved()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java703 config.setTestInvocationListeners(reporters); in createRemoteConfig()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1564 config.setTestInvocationListeners(delegateReporters); in setDelegateLevelReporting()