ITestDevice.RecoveryMode

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

ITestDevice.RecoveryMode  AVAILABLE

Recover device into fully testable state - framework is up, and external storage is mounted. 

ITestDevice.RecoveryMode  NONE

don't attempt to recover device. 

ITestDevice.RecoveryMode  ONLINE

recover device to online state only 

Public methods

static ITestDevice.RecoveryMode valueOf(String name)
static final RecoveryMode[] values()

Enum values

AVAILABLE

public static final ITestDevice.RecoveryMode AVAILABLE

Recover device into fully testable state - framework is up, and external storage is mounted.

NONE

public static final ITestDevice.RecoveryMode NONE

don't attempt to recover device.

ONLINE

public static final ITestDevice.RecoveryMode ONLINE

recover device to online state only

Public methods

valueOf

public static ITestDevice.RecoveryMode valueOf (String name)

Parameters
name String

Returns
ITestDevice.RecoveryMode

values

public static final RecoveryMode[] values ()

Returns
RecoveryMode[]