Searched refs:execCommand (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 113 public void execCommand(IScheduledInvocationListener listener, String[] args) in execCommand() method 125 public void execCommand(IScheduledInvocationListener listener, ITestDevice device, in execCommand() method 138 public void execCommand( in execCommand() method
|
D | CommandScheduler.java | 1413 public void execCommand( in execCommand() method in CommandScheduler 1440 public void execCommand(IScheduledInvocationListener listener, String[] args) in execCommand() method in CommandScheduler 1442 execCommand(new InvocationContext(), listener, args); in execCommand() 1490 public void execCommand(IScheduledInvocationListener listener, ITestDevice device, in execCommand() method in CommandScheduler
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/ |
D | RunConfigDeviceRecoveryTest.java | 93 mMockScheduler.execCommand(EasyMock.anyObject(), EasyMock.eq(device), EasyMock.anyObject()); in testRecoverDevice_offline() 113 mMockScheduler.execCommand(EasyMock.anyObject(), EasyMock.eq(device), EasyMock.anyObject()); in testRecoverDevice_fastboot() 131 mMockScheduler.execCommand( in testRecoverDevice_run()
|
/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/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 372 mScheduler.execCommand(mockListener, mockDevice, args); in testExecCommand() 1098 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices() 1124 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices_noDevice() 1166 mScheduler.execCommand(mockListener, mockDevice, args); in testExecCommand_versioning()
|
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/ |
D | RunConfigDeviceRecovery.java | 106 .execCommand( in recoverDevices()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxRunner.java | 121 mScheduler.execCommand( in run()
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 439 mScheduler.execCommand(tracker, device, c.getCommandArgs()); in processExecCommand()
|