Home | History | Annotate | Download | only in remote

Lines Matching refs:serial

37      * @param serial
40 public void sendAllocateDevice(String serial) throws RemoteException;
45 * @param serial
48 public void sendFreeDevice(String serial) throws RemoteException;
85 * @param serial the device serial to execute on. Must have already been allocated
89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException;
94 * @param serial the device serial to execute on. Must have already been allocated
98 public void sendGetLastCommandResult(String serial, ICommandResultHandler handler)