UsbResetMultiDeviceRecovery
public
class
UsbResetMultiDeviceRecovery
extends Object
implements
IMultiDeviceRecovery
java.lang.Object | |
↳ | com.android.tradefed.device.recovery.UsbResetMultiDeviceRecovery |
A IMultiDeviceRecovery
which resets USB buses for offline devices.
Summary
Public constructors | |
---|---|
UsbResetMultiDeviceRecovery()
|
Public methods | |
---|---|
void
|
recoverDevices(
Recovers offline devices on host. |
void
|
setFastbootPath(String fastbootPath)
Sets the path to the fastboot binary to be used. |
Public constructors
UsbResetMultiDeviceRecovery
public UsbResetMultiDeviceRecovery ()
Public methods
recoverDevices
public void recoverDevices (devices)
Recovers offline devices on host.
Parameters | |
---|---|
devices |
: a list of ITestDevice s. |
setFastbootPath
public void setFastbootPath (String fastbootPath)
Sets the path to the fastboot binary to be used.
Parameters | |
---|---|
fastbootPath |
String |