Searched refs:execCommand (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 112 public void execCommand(IScheduledInvocationListener listener, String[] args) in execCommand() method 124 public void execCommand(IScheduledInvocationListener listener, ITestDevice device, in execCommand() method 137 public void execCommand( in execCommand() method
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 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()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxRunner.java | 111 mScheduler.execCommand( in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 354 mScheduler.execCommand(mockListener, mockDevice, args); in testExecCommand() 1076 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices() 1101 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices_noDevice() 1142 mScheduler.execCommand(mockListener, mockDevice, args); in testExecCommand_versioning()
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 439 mScheduler.execCommand(tracker, device, c.getCommandArgs()); in processExecCommand()
|