Searched defs:notifyInvocationStopped (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ | ||
D | ITestInvocation.java | 60 public default void notifyInvocationStopped(String message) {} in notifyInvocationStopped() method |
D | TestInvocation.java | 1496 public void notifyInvocationStopped(String message) { in notifyInvocationStopped() method in TestInvocation |
/tools/tradefederation/core/javatests/com/android/tradefed/command/ | ||
D | CommandSchedulerFuncTest.java | 282 public void notifyInvocationStopped(String message) { in notifyInvocationStopped() method in CommandSchedulerFuncTest.MeasuredInvocation |