HomeSort by relevance Sort by last modified time
    Searched refs:stopInvocation (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/command/
ICommandScheduler.java 223 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException;
231 public boolean stopInvocation(int invocationId) throws UnsupportedOperationException;
CommandScheduler.java 496 mInvocationThread.stopInvocation("Invocation Timeout Reached.");
696 public void stopInvocation(String message) {
768 stopInvocation(String.format(
    [all...]
Console.java 566 if (mScheduler.stopInvocation(invocId)) {
    [all...]

Completed in 40 milliseconds