Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java130 public ITestDevice connectToTcpDevice(String ipAndPort); in connectToTcpDevice() method
DDeviceManager.java726 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in DeviceManager
758 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java648 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice()
667 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice_alreadyAllocated()
670 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_alreadyAllocated()
687 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_notOnline()
716 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_connectFailed()
735 assertNotNull(manager.connectToTcpDevice(ipAndPort)); in testDisconnectFromTcpDevice()
DMockDeviceManager.java322 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in MockDeviceManager