Home
last modified time | relevance | path

Searched refs:stopInvocation (Results 1 – 5 of 5) 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
247 return stopInvocation(invocationId, null); in stopInvocation()
258 public boolean stopInvocation(int invocationId, String cause) in stopInvocation() method
DCommandScheduler.java534 mInvocationThread.stopInvocation("Invocation Timeout Reached."); in run()
714 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread
783 stopInvocation( in checkDeviceBatteryLevel()
1892 thread.stopInvocation("Tradefed is shutting down"); in shutdownHard()
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
1985 thread.stopInvocation(cause); in stopInvocation()
DConsole.java608 if (mScheduler.stopInvocation(invocId)) { in addDefaultCommands()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java403 .ifPresent(invocationId -> stopInvocation(invocationId, cause)); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java915 public boolean stopInvocation(int invocationId, String cause) {