/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 113 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
|
D | CommandScheduler.java | 1792 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/ |
D | RunConfigDeviceRecoveryTest.java | 94 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/ |
D | TestInvocationManagementServerTest.java | 90 .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/ |
D | TestInvocationManagementServer.java | 168 invocationId = mCommandScheduler.execCommand(forwarder, command); in submitTestCommand() 170 invocationId = mCommandScheduler.execCommand(forwarder, devices, command); in submitTestCommand()
|
/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 422 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/ |
D | RunConfigDeviceRecovery.java | 106 .execCommand( in recoverDevices()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxRunner.java | 146 mScheduler.execCommand( in run()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 793 execCommand(handler, QuotationAwareTokenizer.tokenizeLine(cmdLine)); in execClusterCommand() 827 execCommand(handler, new String[] {configFile.getAbsolutePath()}); in execManagedClusterCommand()
|
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 256 public long execCommand(IScheduledInvocationListener listener, String[] args) in setUp() 903 public long execCommand(IScheduledInvocationListener listener, String[] args)
|