Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java648 handler.invocationInitiated(context);
720 handler.invocationInitiated(context);
787 handler.invocationInitiated(context);
828 handler.invocationInitiated(context);
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java361 mockListener.invocationInitiated((IInvocationContext) EasyMock.anyObject()); in testExecCommand()
1198 mockListener.invocationInitiated((IInvocationContext) EasyMock.anyObject()); in testExecCommand_multipleDevices()
1274 mockListener.invocationInitiated((InvocationContext) EasyMock.anyObject()); in testExecCommand_versioning()
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java49 public default void invocationInitiated(IInvocationContext context) {} in invocationInitiated() method
DCommandScheduler.java587 listener.invocationInitiated(mInvocationContext); in run()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java202 public void invocationInitiated(IInvocationContext context) { in invocationInitiated() method in ClusterCommandScheduler.InvocationEventHandler