DeviceCleaner.CleanupAction

public static final enum DeviceCleaner.CleanupAction
extends Enum< DeviceCleaner.CleanupAction >

java.lang.Objeto
java.lang.Enum< com.android.tradefed.targetprep.DeviceCleaner.CleanupAction >
com.android.tradefed.targetprep.DeviceCleaner.CleanupAction


Resumen

valores de enumeración

DeviceCleaner.CleanupAction FORMAT

formatear datos de usuario y particiones de caché como limpieza posterior a la prueba

DeviceCleaner.CleanupAction NONE

ninguna 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

formatear datos de usuario y particiones de caché como limpieza posterior a la prueba

NINGUNO

public static final DeviceCleaner.CleanupAction NONE

ninguna acción de limpieza

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

valores

public static final CleanupAction[] values ()

Devoluciones
CleanupAction[]