Searched refs:tcpDevice (Results 1 – 5 of 5) sorted by relevance
47 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_backUsb() local48 assertNotNull(tcpDevice); in testReconnectDeviceToTcp_backUsb()50 assertTrue(tcpDevice.isAdbTcp()); in testReconnectDeviceToTcp_backUsb()54 assertTrue(deviceManager.disconnectFromTcpDevice(tcpDevice)); in testReconnectDeviceToTcp_backUsb()58 deviceManager.disconnectFromTcpDevice(tcpDevice); in testReconnectDeviceToTcp_backUsb()81 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_reboot() local82 assertNotNull(tcpDevice); in testReconnectDeviceToTcp_reboot()85 tcpDevice.reboot(); in testReconnectDeviceToTcp_reboot()93 deviceManager.disconnectFromTcpDevice(tcpDevice); in testReconnectDeviceToTcp_reboot()
330 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice) { in disconnectFromTcpDevice() argument
902 IManagedTestDevice tcpDevice = (IManagedTestDevice) manager.allocateDevice(options); in testFreeDevice_tcpDevice() local903 assertNotNull(tcpDevice); in testFreeDevice_tcpDevice()906 manager.freeDevice(tcpDevice, FreeDeviceState.UNAVAILABLE); in testFreeDevice_tcpDevice()
727 ITestDevice tcpDevice = forceAllocateDevice(ipAndPort); in connectToTcpDevice() local728 if (tcpDevice == null) { in connectToTcpDevice()733 tcpDevice.setRecovery(new WaitDeviceRecovery()); in connectToTcpDevice()734 tcpDevice.waitForDeviceOnline(); in connectToTcpDevice()735 return tcpDevice; in connectToTcpDevice()740 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in connectToTcpDevice()751 ITestDevice tcpDevice = null; in reconnectDeviceToTcp() local758 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()759 if (tcpDevice == null) { in reconnectDeviceToTcp()768 return tcpDevice; in reconnectDeviceToTcp()[all …]
141 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice); in disconnectFromTcpDevice() argument