Searched refs:tcpDevice (Results 1 – 5 of 5) sorted by relevance
45 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_backUsb() local46 assertNotNull(tcpDevice); in testReconnectDeviceToTcp_backUsb()48 assertTrue(tcpDevice.isAdbTcp()); in testReconnectDeviceToTcp_backUsb()52 assertTrue(deviceManager.disconnectFromTcpDevice(tcpDevice)); in testReconnectDeviceToTcp_backUsb()56 deviceManager.disconnectFromTcpDevice(tcpDevice); in testReconnectDeviceToTcp_backUsb()78 ITestDevice tcpDevice = deviceManager.reconnectDeviceToTcp(mUsbDevice); in testReconnectDeviceToTcp_reboot() local79 assertNotNull(tcpDevice); in testReconnectDeviceToTcp_reboot()82 tcpDevice.reboot(); in testReconnectDeviceToTcp_reboot()90 deviceManager.disconnectFromTcpDevice(tcpDevice); in testReconnectDeviceToTcp_reboot()
317 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice) { in disconnectFromTcpDevice() argument
871 IManagedTestDevice tcpDevice = in testFreeDevice_tcpDevice() local873 assertNotNull(tcpDevice); in testFreeDevice_tcpDevice()876 manager.freeDevice(tcpDevice, FreeDeviceState.UNAVAILABLE); in testFreeDevice_tcpDevice()
956 IManagedTestDevice tcpDevice = mManagedDeviceList.findOrCreate(new StubDevice(ipAndPort)); in connectToTcpDevice() local957 if (tcpDevice == null) { in connectToTcpDevice()960 DeviceEventResponse r = tcpDevice.handleAllocationEvent(DeviceEvent.FORCE_ALLOCATE_REQUEST); in connectToTcpDevice()963 tcpDevice.getMonitor().waitForDeviceBootloaderStateUpdate(); in connectToTcpDevice()969 tcpDevice.setRecovery(new WaitDeviceRecovery()); in connectToTcpDevice()970 tcpDevice.waitForDeviceOnline(); in connectToTcpDevice()971 return tcpDevice; in connectToTcpDevice()976 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in connectToTcpDevice()987 ITestDevice tcpDevice = null; in reconnectDeviceToTcp() local994 tcpDevice = connectToTcpDevice(ipAndPort); in reconnectDeviceToTcp()[all …]
164 public boolean disconnectFromTcpDevice(ITestDevice tcpDevice); in disconnectFromTcpDevice() argument