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

public static final EncryptionOptions[] values ()

傳回
EncryptionOptions[]