Home
last modified time | relevance | path

Searched refs:notifyInvocationForceStopped (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DITestInvocation.java53 public default void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) {} in notifyInvocationForceStopped() method
DTestInvocation.java1484 public void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) { in notifyInvocationForceStopped() method in TestInvocation
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java275 public void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) { in notifyInvocationForceStopped() method in CommandSchedulerFuncTest.MeasuredInvocation
523 public void notifyInvocationForceStopped(String message, ErrorIdentifier errorId) { in notifyInvocationForceStopped() method in CommandSchedulerFuncTest.LongInvocation
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java1217 mTestInvocation.notifyInvocationForceStopped( in testInvoke_metricsCollectedWhenStopped()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java896 getInvocation().notifyInvocationForceStopped(message, errorId); in stopInvocation()