Home
last modified time | relevance | path

Searched refs:reconnectDeviceToTcp (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()
78 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_reboot()
DMockDeviceManager.java304 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method in MockDeviceManager
DDeviceManagerTest.java754 assertNotNull(manager.reconnectDeviceToTcp(mMockTestDevice)); in testReconnectDeviceToTcp()
782 assertNull(manager.reconnectDeviceToTcp(mMockTestDevice)); in testReconnectDeviceToTcp_notOnline()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceManager.java176 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method
DDeviceManager.java984 public ITestDevice reconnectDeviceToTcp(ITestDevice usbDevice) in reconnectDeviceToTcp() method in DeviceManager