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 mit Optionen für die Verschlüsselung des userdata-Images

Zusammenfassung

Enum-Werte

DeviceFlashPreparer.EncryptionOptions  ENCRYPT

 

DeviceFlashPreparer.EncryptionOptions  IGNORE

 

Öffentliche Methoden

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

Enum-Werte

Verschlüsseln

public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT

IGNORIEREN

public static final DeviceFlashPreparer.EncryptionOptions IGNORE

Öffentliche Methoden

valueOf

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

Parameter
name String

Returns
DeviceFlashPreparer.EncryptionOptions

Werte

public static final EncryptionOptions[] values ()

Returns
EncryptionOptions[]