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


概括

列舉值

ITestDevice.RecoveryMode AVAILABLE

將裝置恢復到完全可測試的狀態 - 框架已啟動,並且外部儲存已安裝。

ITestDevice.RecoveryMode NONE

不要嘗試恢復設備。

ITestDevice.RecoveryMode ONLINE

僅將設備恢復到線上狀態

公共方法

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

列舉值

可用的

public static final ITestDevice.RecoveryMode AVAILABLE

將裝置恢復到完全可測試的狀態 - 框架已啟動,並且外部儲存已安裝。

沒有任何

public static final ITestDevice.RecoveryMode NONE

不要嘗試恢復設備。

在線的

public static final ITestDevice.RecoveryMode ONLINE

僅將設備恢復到線上狀態

公共方法

的價值

public static ITestDevice.RecoveryMode valueOf (String name)

參數
name String

退貨
ITestDevice.RecoveryMode

價值觀

public static final RecoveryMode[] values ()

退貨
RecoveryMode[]