Home
last modified time | relevance | path

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

/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/command/
DICommandScheduler.java57 public void invocationComplete( in invocationComplete() method
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java148 public void invocationComplete( in invocationComplete() method in TradefedSandboxRunner.StubScheduledInvocationListener
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java297 commandTracker.invocationComplete(nullMeta, state); in testConsecutiveExecCommand()
488 listener.invocationComplete(nullMeta, state); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java349 mockListener.invocationComplete((IInvocationContext)EasyMock.anyObject(), in testExecCommand()
1071 mockListener.invocationComplete((IInvocationContext)EasyMock.anyObject(), in testExecCommand_multipleDevices()
1137 mockListener.invocationComplete( in testExecCommand_versioning()