Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java241 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method
249 public boolean stopInvocation(int invocationId) throws UnsupportedOperationException; in stopInvocation() method
DCommandScheduler.java720 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread
1843 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler
1857 public synchronized boolean stopInvocation(int invocationId) { in stopInvocation() method in CommandScheduler