Home
last modified time | relevance | path

Searched refs:sendExecCommand (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java269 mRemoteClient.sendExecCommand("serial", args); in testExecCommand()
313 mRemoteClient.sendExecCommand("serial", args); in testConsecutiveExecCommand()
315 mRemoteClient.sendExecCommand("serial", args); in testConsecutiveExecCommand()
318 mRemoteClient.sendExecCommand("serial", args); in testConsecutiveExecCommand()
337 mRemoteClient.sendExecCommand("serial", new String[] {"instrument"}); in testExecCommand_noallocate()
451 mRemoteClient.sendExecCommand("serial", args); in testGetLastCommandResult_executing()
501 mRemoteClient.sendExecCommand("serial", args); in testGetLastCommandResult_notAvail()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand() method
DRemoteClient.java214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException { in sendExecCommand() method in RemoteClient