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
パブリックメソッド
valueOf
public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)
パラメーター | |
---|---|
name | String |
戻り値 | |
---|---|
DeviceFlashPreparer.EncryptionOptions |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.