Home
last modified time | relevance | path

Searched refs:setTestInvocationListener (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java80 config.setTestInvocationListener(new SubprocessResultsReporter()); in parse()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java498 config.setTestInvocationListener(mListener); in testRun_sharding_firstModuleRunsAll()
538 config.setTestInvocationListener(mListener); in testRun_sharding_parallelRun()
585 config.setTestInvocationListener(mListener); in testRun_sharding_withIndex()
666 config.setTestInvocationListener(mListener); in helperTestShardIndex()
DValidateSuiteConfigHelperTest.java124 config.setTestInvocationListener(new CollectingTestListener()); in testNotRunningAsSuite_resultReporter()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java367 public void setTestInvocationListener(ITestInvocationListener listener); in setTestInvocationListener() method
DConfiguration.java217 setTestInvocationListener(new TextResultReporter()); in Configuration()
674 public void setTestInvocationListener(ITestInvocationListener listener) { in setTestInvocationListener() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java270 mConfig.setTestInvocationListener(listener1); in testGetTestInvocationListeners()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java395 resumeConfig.setTestInvocationListener(new ResumeResultForwarder( in resume()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java514 mStubConfiguration.setTestInvocationListener(resumeListener); in testInvoke_resume()