DeviceFlashPreparer.EncryptionOptions

public static final enum DeviceFlashPreparer.EncryptionOptions
extends Enum<DeviceFlashPreparer.EncryptionOptions>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.targetprep.DeviceFlashPreparer.EncryptionOptions>
     ↳ com.android.tradefed.targetprep.DeviceFlashPreparer.EncryptionOptions


Enum de opciones para controlar la encriptación de la imagen de userdata

Resumen

Enum. de valores

DeviceFlashPreparer.EncryptionOptions  ENCRYPT

 

DeviceFlashPreparer.EncryptionOptions  IGNORE

 

Métodos públicos

static DeviceFlashPreparer.EncryptionOptions valueOf(String name)
static final EncryptionOptions[] values()

Enum. de valores

ENCRIPTAR

public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT

IGNORAR

public static final DeviceFlashPreparer.EncryptionOptions IGNORE

Métodos públicos

valueOf

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

Parámetros
name String

Muestra
DeviceFlashPreparer.EncryptionOptions

valores

public static final EncryptionOptions[] values ()

Muestra
EncryptionOptions[]