Searched refs:IScheduledInvocationListener (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 42 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/ |
D | ExecCommandTracker.java | 18 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener; 32 class ExecCommandTracker implements IScheduledInvocationListener {
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 20 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/ |
D | TradefedSandboxRunner.java | 21 import com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener; 146 public static class StubScheduledInvocationListener implements IScheduledInvocationListener {
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 22 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()
|