Searched refs:switchToAdbTcp (Results 1 – 5 of 5) sorted by relevance
1408 public String switchToAdbTcp() throws DeviceNotAvailableException; in switchToAdbTcp() method
749 when(mMockTestDevice.switchToAdbTcp()).thenReturn(ipAndPort); in testReconnectDeviceToTcp()770 when(mMockTestDevice.switchToAdbTcp()).thenReturn(ipAndPort); in testReconnectDeviceToTcp_notOnline()
1308 assertNull(mTestDevice.switchToAdbTcp()); in testSwitchToAdbTcp_noIp()1324 assertEquals("ip:5555", mTestDevice.switchToAdbTcp()); in testSwitchToAdbTcp()
990 String ipAndPort = managedUsbDevice.switchToAdbTcp(); in reconnectDeviceToTcp()
4534 public String switchToAdbTcp() throws DeviceNotAvailableException { in switchToAdbTcp() method in NativeDevice