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 |
Summary
Enum values | |
---|---|
DeviceCleaner.CleanupAction |
FORMAT
format userdata and cache partitions as post test cleanup |
DeviceCleaner.CleanupAction |
NONE
no cleanup action |
DeviceCleaner.CleanupAction |
REBOOT
reboot the device as post test cleanup |
Public methods | |
---|---|
static
DeviceCleaner.CleanupAction
|
valueOf(String name)
|
static
final
CleanupAction[]
|
values()
|
Enum values
FORMAT
public static final DeviceCleaner.CleanupAction FORMAT
format userdata and cache partitions as post test cleanup
REBOOT
public static final DeviceCleaner.CleanupAction REBOOT
reboot the device as post test cleanup
Public methods
valueOf
public static DeviceCleaner.CleanupAction valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
DeviceCleaner.CleanupAction |
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
Last updated 2019-10-02 UTC.
[]
[]