Home
last modified time | relevance | path

Searched refs:RemoteClient (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java86 mRemoteClient = RemoteClient.connect(port); in testAllocateFree()
105 mRemoteClient = RemoteClient.connect(port); in testAddCommand()
123 mRemoteClient = RemoteClient.connect(port); in testAddCommandFile()
145 mRemoteClient = RemoteClient.connect(port); in testAllocateClose()
169 mRemoteClient = RemoteClient.connect(port); in testAllocateFreeAll()
183 mRemoteClient = RemoteClient.connect(port); in testFree_unknown()
226 mRemoteClient = RemoteClient.connect(port); in testListDevices()
267 mRemoteClient = RemoteClient.connect(port); in testExecCommand()
310 mRemoteClient = RemoteClient.connect(port); in testConsecutiveExecCommand()
335 mRemoteClient = RemoteClient.connect(port); in testExecCommand_noallocate()
[all …]
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteClient.java36 public class RemoteClient implements IRemoteClient { class
42 private static final String TAG = RemoteClient.class.getSimpleName();
55 private RemoteClient(int port) throws UnknownHostException, IOException { in RemoteClient() method in RemoteClient
67 private RemoteClient(String hostName, int port) throws UnknownHostException, IOException { in RemoteClient() method in RemoteClient
104 return new RemoteClient(port); in connect()
120 return new RemoteClient(hostname, port); in connect()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java28 import com.android.tradefed.command.remote.RemoteClient;
1701 mRemoteClient = RemoteClient.connect(handoverPort); in handoverShutdown()
2169 mRemoteClient = RemoteClient.connect(port); in initiateHandover()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java79 private static int mRemoteManagerPort = RemoteClient.DEFAULT_PORT;