Searched refs:sendExecCommand (Results 1 – 3 of 3) sorted by relevance
269 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()
89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException; in sendExecCommand() method
214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException { in sendExecCommand() method in RemoteClient