DeviceCleaner.PostCleanupAction
public
static
final
enum
DeviceCleaner.PostCleanupAction
extends Enum<DeviceCleaner.PostCleanupAction>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.targetprep.DeviceCleaner.PostCleanupAction> | |
| ↳ | com.android.tradefed.targetprep.DeviceCleaner.PostCleanupAction | |
Tóm tắt
Giá trị enum | |
|---|---|
DeviceCleaner.PostCleanupAction |
NONE
không có hành động dọn dẹp sau |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF
tắt màn hình sau thao tác dọn dẹp |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF_AND_STOP
tắt màn hình và dừng thời gian chạy sau thao tác dọn dẹp |
Phương thức công khai | |
|---|---|
static
DeviceCleaner.PostCleanupAction
|
valueOf(String name)
|
static
final
PostCleanupAction[]
|
values()
|
Giá trị enum
SCREEN_OFF
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF
tắt màn hình sau thao tác dọn dẹp
SCREEN_OFF_AND_STOP
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP
tắt màn hình và dừng thời gian chạy sau thao tác dọn dẹp
Phương thức công khai
valueOf
public static DeviceCleaner.PostCleanupAction valueOf (String name)
| Tham số | |
|---|---|
name |
String |
| Giá trị trả về | |
|---|---|
DeviceCleaner.PostCleanupAction |
|