Home
last modified time | relevance | path

Searched refs:invocationComplete (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java362 mockListener.invocationComplete((IInvocationContext)EasyMock.anyObject(), in testExecCommand()
1199 mockListener.invocationComplete((IInvocationContext)EasyMock.anyObject(), in testExecCommand_multipleDevices()
1275 mockListener.invocationComplete( in testExecCommand_versioning()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java296 commandTracker.invocationComplete(nullMeta, state); in testConsecutiveExecCommand()
489 listener.invocationComplete(nullMeta, state); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java666 handler.invocationComplete(context, releaseMap);
742 handler.invocationComplete(context, releaseMap);
797 handler.invocationComplete(context, releaseMap);
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java503 public void invocationComplete( in invocationComplete() method in CommandScheduler.FreeDeviceHandler
508 .invocationComplete(context, devicesStates); in invocationComplete()
645 listener.invocationComplete(mInvocationContext, deviceStates); in run()
DICommandScheduler.java68 public void invocationComplete( in invocationComplete() method
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java282 public void invocationComplete( in invocationComplete() method in ClusterCommandScheduler.InvocationEventHandler
705 handler.invocationComplete(nullMeta, null); in dryRunCommand()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DExecCommandTracker.java49 public void invocationComplete(IInvocationContext metadata, in invocationComplete() method in ExecCommandTracker
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecovery.java163 public void invocationComplete( in invocationComplete() method in RunConfigDeviceRecovery.FreeDeviceHandler
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java165 public void invocationComplete( in invocationComplete() method in TradefedSandboxRunner.StubScheduledInvocationListener