Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java661 ITestInvocation instance = getInvocation(); in run()
870 ITestInvocation getInvocation() { in getInvocation() method in CommandScheduler.InvocationThread
880 getInvocation().notifyInvocationStopped(message); in notifyInvocationStop()
896 getInvocation().notifyInvocationForceStopped(message, errorId); in stopInvocation()
2296 invThread.getInvocation().toString())); in displayInvocationsInfo()
2319 if (thread.getInvocation() == invocation) { in stopInvocation()