Home
last modified time | relevance | path

Searched refs:reconnectDeviceToTcp (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerFuncTest.java47 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_backUsb()
81 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_reboot()
DDeviceManagerTest.java825 assertNotNull(manager.reconnectDeviceToTcp(mMockTestDevice)); in testReconnectDeviceToTcp()
852 assertNull(manager.reconnectDeviceToTcp(mMockTestDevice)); in testReconnectDeviceToTcp_notOnline()
DMockDeviceManager.java319 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method in MockDeviceManager
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java162 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method
DDeviceManager.java882 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method in DeviceManager