Hành động dọn dẹp thiết bị
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ó thao tác xoá bài đăng nào |
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
KHÔNG CÓ
public static final DeviceCleaner.PostCleanupAction NONE
không có thao tác xoá bài đăng nào
SCREEN_OFF (TẮT)
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF
tắt màn hình sau thao tác dọn dẹp
SCREEN_OFF_VÀ_DỪNG
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
giá trị của
public static DeviceCleaner.PostCleanupAction valueOf (String name)
Tham số | |
---|---|
name |
String |
Giá trị trả về | |
---|---|
DeviceCleaner.PostCleanupAction |