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 値

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[]