Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java82 mRemoteMgr.connectAnyPort(); in testAllocateFree()
100 mRemoteMgr.connectAnyPort(); in testAddCommand()
118 mRemoteMgr.connectAnyPort(); in testAddCommandFile()
140 mRemoteMgr.connectAnyPort(); in testAllocateClose()
164 mRemoteMgr.connectAnyPort(); in testAllocateFreeAll()
178 mRemoteMgr.connectAnyPort(); in testFree_unknown()
221 mRemoteMgr.connectAnyPort(); in testListDevices()
262 mRemoteMgr.connectAnyPort(); in testExecCommand()
305 mRemoteMgr.connectAnyPort(); in testConsecutiveExecCommand()
330 mRemoteMgr.connectAnyPort(); in testExecCommand_noallocate()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2149 if (mRemoteManager.connectAnyPort()) { in startRemoteManager()
2296 if (mRemoteManager.connectAnyPort()) { in initiateHandover()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java135 public boolean connectAnyPort() { in connectAnyPort() method in RemoteManager