Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java253 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method
261 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() method
273 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
DCommandScheduler.java887 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread
895 public void stopInvocation(String message, ErrorIdentifier errorId) { in stopInvocation() method in CommandScheduler.InvocationThread
2317 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler
2329 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DTestInvocationManagementServer.java230 public void stopInvocation( in stopInvocation() method in TestInvocationManagementServer