Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java72 void sendAddCommandFile(String commandFile, List<String> extraArgs) throws RemoteException; in sendAddCommandFile() method
DRemoteClient.java164 public void sendAddCommandFile(String commandFile, List<String> extraArgs) in sendAddCommandFile() method in RemoteClient
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java124 mRemoteClient.sendAddCommandFile(cmdFile, extraArgs); in testAddCommandFile()