Home
last modified time | relevance | path

Searched defs:sendAddCommand (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException; in sendAddCommand() method
DRemoteClient.java156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException { in sendAddCommand() method in RemoteClient