Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java113 public long execCommand(IScheduledInvocationListener listener, String[] args) in execCommand() method
125 public long execCommand( in execCommand() method
138 public long execCommand( in execCommand() method
152 public long execCommand( in execCommand() method
DCommandScheduler.java1792 public long execCommand( in execCommand() method in CommandScheduler
1795 return execCommand(context, listener, new ArrayList<ITestDevice>(), args); in execCommand()
1800 public long execCommand( in execCommand() method in CommandScheduler
1803 return execCommand(null, listener, reservedDevices, args); in execCommand()
1828 protected long execCommand( in execCommand() method in CommandScheduler
1938 public long execCommand( in execCommand() method in CommandScheduler
1941 return execCommand(listener, Arrays.asList(device), args); in execCommand()
1946 public long execCommand(IScheduledInvocationListener listener, String[] args) in execCommand() method in CommandScheduler
1948 return execCommand(createInvocationContext(), listener, args); in execCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java94 verify(mMockScheduler).execCommand(Mockito.any(), Mockito.eq(device), Mockito.any()); in testRecoverDevice_offline()
111 verify(mMockScheduler).execCommand(Mockito.any(), Mockito.eq(device), Mockito.any()); in testRecoverDevice_fastboot()
127 verify(mMockScheduler).execCommand(Mockito.any(), Mockito.eq(device), captured.capture()); in testRecoverDevice_run()
/tools/tradefederation/core/javatests/com/android/tradefed/service/management/
DTestInvocationManagementServerTest.java90 .execCommand(Mockito.any(), Mockito.any()); in testSubmitTestCommand_andDetails()
118 .execCommand(Mockito.any(), Mockito.any()); in testSubmitTestCommand_schedulingError()
145 .execCommand(Mockito.any(), Mockito.eq(Arrays.asList(mockDevice)), Mockito.any()); in testSubmitTestCommand_reservedDevice()
182 .execCommand( in testSubmitTestCommand_reservedMultiDevice()
223 .execCommand(Mockito.any(), Mockito.any()); in testSubmitTestCommand_andStop()
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DTestInvocationManagementServer.java168 invocationId = mCommandScheduler.execCommand(forwarder, command); in submitTestCommand()
170 invocationId = mCommandScheduler.execCommand(forwarder, devices, command); in submitTestCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java422 mScheduler.execCommand(mockListener, args);
1278 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices()
1306 mScheduler.execCommand(mockListener, args); in testExecCommand_multipleDevices_noDevice()
1355 mScheduler.execCommand(mockListener, reservedDevices, args); in testExecCommand_reservedDevice()
1405 mScheduler.execCommand(spyContext, mockListener, reservedDevices, args); in testExecCommand_reservedAndNullDevices()
1461 mScheduler.execCommand(mockListener, reservedDevices, args); in testExecCommand_reservedTooManyDevices()
1514 mScheduler.execCommand(mockListener, reservedDevices, args); in testExecCommand_reservedTooFewDevices()
1574 mScheduler.execCommand(mockListener, 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.java146 mScheduler.execCommand( in run()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java793 execCommand(handler, QuotationAwareTokenizer.tokenizeLine(cmdLine)); in execClusterCommand()
827 execCommand(handler, new String[] {configFile.getAbsolutePath()}); in execManagedClusterCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java256 public long execCommand(IScheduledInvocationListener listener, String[] args) in setUp()
903 public long execCommand(IScheduledInvocationListener listener, String[] args)