Home
last modified time | relevance | path

Searched refs:execCommand (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java113 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
DCommandScheduler.java1413 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/
DRunConfigDeviceRecoveryTest.java93 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/
DRemoteManagerFuncTest.java259 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/
DCommandSchedulerTest.java372 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/
DRunConfigDeviceRecovery.java106 .execCommand( in recoverDevices()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java121 mScheduler.execCommand( in run()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java439 mScheduler.execCommand(tracker, device, c.getCommandArgs()); in processExecCommand()