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