ITestCihazı.Kurtarma Modu

public static final enum ITestDevice.RecoveryMode
extends Enum<ITestDevice.RecoveryMode>

Java.lang.Nesne
🎃 java.lang.Enum<com.android.tradefed.device.ITestDevice.RecoveryMode>
  🎃 com.android.tradefed.device.ITestDevice.RecoveryMode


Özet

Enum değerleri

ITestDevice.RecoveryMode  AVAILABLE

Cihazı tamamen test edilebilir duruma getirin. Çerçeve çalışır durumda ve harici depolama alanı hazır takıldı. 

ITestDevice.RecoveryMode  NONE

cihazı kurtarmaya çalışmayın. 

ITestDevice.RecoveryMode  ONLINE

cihazı yalnızca çevrimiçi duruma kurtarma

Herkese açık yöntemler

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

Enum değerleri

KULLANILABİLİR

public static final ITestDevice.RecoveryMode AVAILABLE

Cihazı tamamen test edilebilir duruma getirin. Çerçeve çalışır durumda ve harici depolama alanı hazır takıldı.

YOK

public static final ITestDevice.RecoveryMode NONE

cihazı kurtarmaya çalışmayın.

İNTERNETTE

public static final ITestDevice.RecoveryMode ONLINE

cihazı yalnızca çevrimiçi duruma kurtarma

Herkese açık yöntemler

değeri

public static ITestDevice.RecoveryMode valueOf (String name)

Parametreler
name String

İlerlemeler
ITestDevice.RecoveryMode

değerler

public static final RecoveryMode[] values ()

İlerlemeler
RecoveryMode[]