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 |
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.