Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java42 public static interface IScheduledInvocationListener extends ITestInvocationListener { interface
112 public void execCommand(IScheduledInvocationListener listener, String[] args) in execCommand()
124 public void execCommand(IScheduledInvocationListener listener, ITestDevice device, in execCommand()
138 IInvocationContext context, IScheduledInvocationListener listener, String[] args) in execCommand()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DExecCommandTracker.java18 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener;
32 class ExecCommandTracker implements IScheduledInvocationListener {
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java20 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener;
259 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), in testExecCommand()
285 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), in testConsecutiveExecCommand()
303 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), in testConsecutiveExecCommand()
441 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), in testGetLastCommandResult_executing()
473 mMockScheduler.execCommand((IScheduledInvocationListener)EasyMock.anyObject(), in testGetLastCommandResult_notAvail()
478 IScheduledInvocationListener listener = in testGetLastCommandResult_notAvail()
479 (IScheduledInvocationListener)EasyMock.getCurrentArguments()[0]; in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java21 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener;
146 public static class StubScheduledInvocationListener implements IScheduledInvocationListener {
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java22 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener;
346 IScheduledInvocationListener mockListener = EasyMock in testExecCommand()
347 .createMock(IScheduledInvocationListener.class); in testExecCommand()
1067 (IScheduledInvocationListener)EasyMock.anyObject()); in testExecCommand_multipleDevices()
1068 IScheduledInvocationListener mockListener = EasyMock in testExecCommand_multipleDevices()
1069 .createMock(IScheduledInvocationListener.class); in testExecCommand_multipleDevices()
1095 IScheduledInvocationListener mockListener = EasyMock in testExecCommand_multipleDevices_noDevice()
1096 .createMock(IScheduledInvocationListener.class); in testExecCommand_multipleDevices_noDevice()
1134 IScheduledInvocationListener mockListener = in testExecCommand_versioning()
1135 EasyMock.createMock(IScheduledInvocationListener.class); in testExecCommand_versioning()