ITestDevice.RecoveryMode
Stay organized with collections
Save and categorize content based on your preferences.
public
static
final
enum
ITestDevice.RecoveryMode
extends Enum<ITestDevice.RecoveryMode>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.device.ITestDevice.RecoveryMode> | |
↳ | com.android.tradefed.device.ITestDevice.RecoveryMode |
Summary
Enum values | |
---|---|
ITest |
AVAILABLE
Recover device into fully testable state - framework is up, and external storage is mounted. |
ITest |
NONE
don't attempt to recover device. |
ITest |
ONLINE
recover device to online state only |
Public methods | |
---|---|
static
ITest
|
value
|
static
final
Recovery
|
values()
|
Enum values
AVAILABLE
public static final ITestDevice.RecoveryMode AVAILABLE
Recover device into fully testable state - framework is up, and external storage is mounted.
Public methods
valueOf
public static ITestDevice.RecoveryMode valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ITestDevice.RecoveryMode |