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 |
Resumo
Valores de enumeração | |
---|---|
DeviceCleaner.CleanupAction |
FORMAT
formatar dados do usuário e partições de cache como limpeza pós-teste |
DeviceCleaner.CleanupAction |
NONE
nenhuma ação de limpeza |
DeviceCleaner.CleanupAction |
REBOOT
Reinicializar o dispositivo durante a limpeza pós-teste |
Métodos públicos | |
---|---|
static
DeviceCleaner.CleanupAction
|
valueOf(String name)
|
static
final
CleanupAction[]
|
values()
|
Valores de enumeração
FORMATO
public static final DeviceCleaner.CleanupAction FORMAT
formatar dados do usuário e partições de cache como limpeza pós-teste
REINICIALIZAR
public static final DeviceCleaner.CleanupAction REBOOT
Reinicializar o dispositivo durante a limpeza pós-teste
Métodos públicos
valorDe
public static DeviceCleaner.CleanupAction valueOf (String name)
Parâmetros | |
---|---|
name |
String |
Retorna | |
---|---|
DeviceCleaner.CleanupAction |