Searched refs:switchToAdbUsb (Results 1 – 5 of 5) sorted by relevance
1416 public boolean switchToAdbUsb() throws DeviceNotAvailableException; in switchToAdbUsb() method
1012 result = tcpDevice.switchToAdbUsb(); in disconnectFromTcpDevice()
4550 public boolean switchToAdbUsb() throws DeviceNotAvailableException { in switchToAdbUsb() method in NativeDevice
729 when(mMockTestDevice.switchToAdbUsb()).thenReturn(Boolean.TRUE); in testDisconnectFromTcpDevice()
1300 mTestDevice.switchToAdbUsb(); in testSwitchToAdbUsb()