Searched refs:sendAddCommand (Results 1 – 3 of 3) sorted by relevance
62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException; in sendAddCommand() method
156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException { in sendAddCommand() method in RemoteClient
106 mRemoteClient.sendAddCommand(3, "arg1", "arg2"); in testAddCommand()