Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java112 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/
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/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java111 mScheduler.execCommand( in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java354 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/
DRemoteManager.java439 mScheduler.execCommand(tracker, device, c.getCommandArgs()); in processExecCommand()