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


Özet

Numaralandırma değerleri

ITestDevice.RecoveryMode AVAILABLE

Cihazı tamamen test edilebilir duruma getirin; çerçeve çalışır durumdadır ve harici depolama takılıdır.

ITestDevice.RecoveryMode NONE

cihazı kurtarmaya çalışmayın.

ITestDevice.RecoveryMode ONLINE

cihazı yalnızca çevrimiçi durumuna kurtar

Genel yöntemler

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

Numaralandırma değerleri

MEVCUT

public static final ITestDevice.RecoveryMode AVAILABLE

Cihazı tamamen test edilebilir duruma getirin; çerçeve çalışır durumdadır ve harici depolama takılıdır.

HİÇBİRİ

public static final ITestDevice.RecoveryMode NONE

cihazı kurtarmaya çalışmayın.

ÇEVRİMİÇİ

public static final ITestDevice.RecoveryMode ONLINE

cihazı yalnızca çevrimiçi durumuna kurtar

Genel yöntemler

değeri

public static ITestDevice.RecoveryMode valueOf (String name)

Parametreler
name String

İadeler
ITestDevice.RecoveryMode

değerler

public static final RecoveryMode[] values ()

İadeler
RecoveryMode[]