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 of options for handling the encryption of userdata image

Summary

Enum values

DeviceFlashPreparer.EncryptionOptions  ENCRYPT

 

DeviceFlashPreparer.EncryptionOptions  IGNORE

 

Public methods

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

Enum values

ENCRYPT

public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT

IGNORE

public static final DeviceFlashPreparer.EncryptionOptions IGNORE

Public methods

valueOf

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

Parameters
name String

Returns
DeviceFlashPreparer.EncryptionOptions

values

public static final EncryptionOptions[] values ()

Returns
EncryptionOptions[]