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