Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java265 ITestInvocationListener defaultListener = mConfig.getTestInvocationListeners().get(0); in testGetTestInvocationListeners() local
266 defaultListener.invocationStarted(new InvocationContext()); in testGetTestInvocationListeners()
267 defaultListener.invocationEnded(1); in testGetTestInvocationListeners()