Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java719 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice()
739 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice_alreadyAllocated()
742 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_alreadyAllocated()
758 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_notOnline()
786 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_connectFailed()
804 assertNotNull(manager.connectToTcpDevice(ipAndPort)); in testDisconnectFromTcpDevice()
DMockDeviceManager.java328 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in MockDeviceManager
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java853 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in DeviceManager
892 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()
DIDeviceManager.java139 public ITestDevice connectToTcpDevice(String ipAndPort); in connectToTcpDevice() method