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 de opções para lidar com a criptografia da imagem de dados do usuário
Resumo
Valores enum | |
---|---|
DeviceFlashPreparer.EncryptionOptions | ENCRYPT |
DeviceFlashPreparer.EncryptionOptions | IGNORE
|
Métodos públicos | |
---|---|
static DeviceFlashPreparer.EncryptionOptions | valueOf (String name) |
static final EncryptionOptions[] | values () |
Valores enum
ENCRYPT
public static final DeviceFlashPreparer.EncryptionOptions ENCRYPT
IGNORAR
public static final DeviceFlashPreparer.EncryptionOptions IGNORE
Métodos públicos
valor de
public static DeviceFlashPreparer.EncryptionOptions valueOf (String name)
Parâmetros | |
---|---|
name | String |
Devoluções | |
---|---|
DeviceFlashPreparer.EncryptionOptions |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]