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.java717 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice()
737 IManagedTestDevice device = (IManagedTestDevice) manager.connectToTcpDevice(ipAndPort); in testConnectToTcpDevice_alreadyAllocated()
740 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_alreadyAllocated()
756 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_notOnline()
784 assertNull(manager.connectToTcpDevice(ipAndPort)); in testConnectToTcpDevice_connectFailed()
802 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/
DIDeviceManager.java139 public ITestDevice connectToTcpDevice(String ipAndPort); in connectToTcpDevice() method
DDeviceManager.java800 public ITestDevice connectToTcpDevice(String ipAndPort) { in connectToTcpDevice() method in DeviceManager
832 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()