Searched refs:stopInvocation (Results 1 – 5 of 5) sorted by relevance
238 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation() method246 public default boolean stopInvocation(int invocationId) throws UnsupportedOperationException { in stopInvocation() method247 return stopInvocation(invocationId, null); in stopInvocation()258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
534 mInvocationThread.stopInvocation("Invocation Timeout Reached."); in run()714 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread783 stopInvocation( in checkDeviceBatteryLevel()1892 thread.stopInvocation("Tradefed is shutting down"); in shutdownHard()1966 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler1978 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler1985 thread.stopInvocation(cause); in stopInvocation()
608 if (mScheduler.stopInvocation(invocId)) { in addDefaultCommands()
403 .ifPresent(invocationId -> stopInvocation(invocationId, cause)); in run()
915 public boolean stopInvocation(int invocationId, String cause) {