Home
last modified time | relevance | path

Searched refs:notifyInvocationStopped (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DITestInvocation.java60 public default void notifyInvocationStopped(String message) {} in notifyInvocationStopped() method
DTestInvocation.java1496 public void notifyInvocationStopped(String message) { in notifyInvocationStopped() method in TestInvocation
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java282 public void notifyInvocationStopped(String message) { in notifyInvocationStopped() method in CommandSchedulerFuncTest.MeasuredInvocation
529 public void notifyInvocationStopped(String message) { in notifyInvocationStopped() method in CommandSchedulerFuncTest.LongInvocation
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java880 getInvocation().notifyInvocationStopped(message); in notifyInvocationStop()