Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java380 ITestInvocationListener listenerWithCollectors = listener; in runTests() local
382 listenerWithCollectors = collector.init(context, listenerWithCollectors); in runTests()
384 test.run(listenerWithCollectors); in runTests()