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


处理用户数据图像加密的选项枚举

概括

枚举值

DeviceFlashPreparer.EncryptionOptions ENCRYPT

DeviceFlashPreparer.EncryptionOptions IGNORE

公共方法

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

枚举值

加密

public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT

忽视

public static final DeviceFlashPreparer.EncryptionOptions IGNORE

公共方法

的价值

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

参数
name String

退货
DeviceFlashPreparer.EncryptionOptions

价值观

public static final EncryptionOptions[] values ()

退货
EncryptionOptions[]