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()

Enum 값

암호화

public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT

무시

public static final DeviceFlashPreparer.EncryptionOptions IGNORE

공개 메서드

public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)

매개변수
name String

반환 값
DeviceFlashPreparer.EncryptionOptions

values

public static final EncryptionOptions[] values ()

반환 값
EncryptionOptions[]