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

Enum değerleri

ITestDevice.RecoveryMode  AVAILABLE

Cihazı tamamen test edilebilir duruma getirin: Çerçeve çalışır durumda ve harici depolama alanı monte edilmiştir. 

ITestDevice.RecoveryMode  NONE

Cihazı kurtarmaya çalışmayın. 

ITestDevice.RecoveryMode  ONLINE

Cihazın yalnızca internete bağlı durumuna geri yükleme

Herkese açık yöntemler

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

Enum değerleri

MEVCUT

public static final ITestDevice.RecoveryMode AVAILABLE

Cihazı tamamen test edilebilir duruma getirin: Çerçeve çalışır durumda ve harici depolama alanı monte edilmiştir.

YOK

public static final ITestDevice.RecoveryMode NONE

Cihazı kurtarmaya çalışmayın.

ONLINE

public static final ITestDevice.RecoveryMode ONLINE

Cihazın yalnızca internete bağlı durumuna geri yüklenmesini sağlayın

Herkese açık yöntemler

valueOf

public static ITestDevice.RecoveryMode valueOf (String name)

Parametreler
name String

İlerlemeler
ITestDevice.RecoveryMode

değerler

public static final RecoveryMode[] values ()

İlerlemeler
RecoveryMode[]