Home
last modified time | relevance | path

Searched refs:stopInvocation (Results 1 – 6 of 6) 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.java527 mInvocationThread.stopInvocation("Invocation Timeout Reached."); in run()
707 public void stopInvocation(String message) { in stopInvocation() method in CommandScheduler.InvocationThread
776 stopInvocation( in checkDeviceBatteryLevel()
1811 thread.stopInvocation("Tradefed is shutting down"); in shutdownHard()
1885 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation() method in CommandScheduler
1897 public synchronized boolean stopInvocation(int invocationId, String cause) { in stopInvocation() method in CommandScheduler
1904 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) {
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...