Home
last modified time | relevance | path

Searched defs:ITestInvocationListener (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java145 new ITestInvocationListener() { in testRun_testFailed() method
238 new ITestInvocationListener() { in testRun_testTimeout() method
292 new ITestInvocationListener() { in testRun_deviceReboot() method
322 new ITestInvocationListener() { in testRun_maxTimeout() method
376 new ITestInvocationListener() { in testRun_deviceRuntimeReset() method
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java45 public interface ITestInvocationListener extends ITestLogger, ITestLifeCycleReceiver { interface