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.java153 public ITestDevice connectToTcpDevice(String ipAndPort); in connectToTcpDevice() method
DDeviceManager.java955 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in DeviceManager
994 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java634 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice()
662 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice_alreadyAllocated()
665 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_alreadyAllocated()
683 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_notOnline()
709 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_connectFailed()
732 assertNotNull(manager.connectToTcpDevice(ipAndPort)); in testDisconnectFromTcpDevice()
DMockDeviceManager.java311 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in MockDeviceManager