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.java238 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method
246 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() method
258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
DCommandScheduler.java714 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread
1966 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler
1978 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler