Home
last modified time | relevance | path

Searched defs:tcpDevice (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerFuncTest.java45 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_backUsb() local
78 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_reboot() local
DMockDeviceManager.java317 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice) { in disconnectFromTcpDevice()
DDeviceManagerTest.java871 IManagedTestDevice tcpDevice = in testFreeDevice_tcpDevice() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java164 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice); in disconnectFromTcpDevice()
DDeviceManager.java956 IManagedTestDevice tcpDevice = mManagedDeviceList.findOrCreate(new StubDevice(ipAndPort)); in connectToTcpDevice() local
987 ITestDevice tcpDevice = null; in reconnectDeviceToTcp() local
1008 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice) { in disconnectFromTcpDevice()