Searched refs:invocationPath (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 206 IInvocationExecution invocationPath, in performInvocation() argument 228 invocationPath.runDevicePreInvocationSetup(context, config, listener); in performInvocation() 232 prepareAndRun(config, testInfo, invocationPath, listener); in performInvocation() 295 invocationPath.reportLogs(device, listener, Stage.TEST); in performInvocation() 338 invocationPath.doTeardown(testInfo, config, listener, exception); in performInvocation() 366 invocationPath.doCleanUp(context, config, exception); in performInvocation() 368 invocationPath.reportLogs(device, listener, Stage.TEARDOWN); in performInvocation() 426 IInvocationExecution invocationPath, in prepareAndRun() argument 432 invocationPath.doSetup(testInfo, config, listener); in prepareAndRun() 436 invocationPath.runTests(testInfo, config, listener); in prepareAndRun() [all …]
|