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


用于处理 userdata 映像加密的选项枚举

摘要

枚举值

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

公共方法

valueOf

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

参数
name String

返回
DeviceFlashPreparer.EncryptionOptions

values

public static final EncryptionOptions[] values ()

返回
EncryptionOptions[]