DeviceCleaner.CleanupAction
public static final enum DeviceCleaner.CleanupAction
extends Enum< DeviceCleaner.CleanupAction >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.targetprep.DeviceCleaner.CleanupAction > | |
↳ | com.android.tradefed.targetprep.DeviceCleaner.CleanupAction |
Resumen
Valores de enumeración | |
---|---|
DeviceCleaner.CleanupAction | FORMAT formatee los datos de usuario y las particiones de caché como limpieza posterior a la prueba |
DeviceCleaner.CleanupAction | NONE sin acción de limpieza |
DeviceCleaner.CleanupAction | REBOOT reinicie el dispositivo como limpieza posterior a la prueba |
Métodos públicos | |
---|---|
static DeviceCleaner.CleanupAction | valueOf (String name) |
static final CleanupAction[] | values () |
Valores de enumeración
FORMATO
public static final DeviceCleaner.CleanupAction FORMAT
formatee los datos de usuario y las particiones de caché como limpieza posterior a la prueba
REINICIAR
public static final DeviceCleaner.CleanupAction REBOOT
reinicie el dispositivo como limpieza posterior a la prueba
Métodos públicos
valor de
public static DeviceCleaner.CleanupAction valueOf (String name)
Parámetros | |
---|---|
name | String |
Devoluciones | |
---|---|
DeviceCleaner.CleanupAction |
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.
[]
[]