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


Aufzählung von Optionen für die Handhabung der Verschlüsselung des Benutzerdatenbilds

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

Wert von

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

Parameter
name String

Kehrt zurück
DeviceFlashPreparer.EncryptionOptions

Werte

public static final EncryptionOptions[] values ()

Kehrt zurück
EncryptionOptions[]