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()
101 mRemoteMgr.connectAnyPort(); in testAddCommand()
119 mRemoteMgr.connectAnyPort(); in testAddCommandFile()
141 mRemoteMgr.connectAnyPort(); in testAllocateClose()
165 mRemoteMgr.connectAnyPort(); in testAllocateFreeAll()
179 mRemoteMgr.connectAnyPort(); in testFree_unknown()
222 mRemoteMgr.connectAnyPort(); in testListDevices()
263 mRemoteMgr.connectAnyPort(); in testExecCommand()
306 mRemoteMgr.connectAnyPort(); in testConsecutiveExecCommand()
331 mRemoteMgr.connectAnyPort(); in testExecCommand_noallocate()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java135 public boolean connectAnyPort() { in connectAnyPort() method in RemoteManager
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2025 if (mRemoteManager.connectAnyPort()) { in startRemoteManager()
2172 if (mRemoteManager.connectAnyPort()) { in initiateHandover()