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 nào sau khi dọn dẹp 

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ó hành động dọn dẹp sau

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

giá trị

public static final PostCleanupAction[] values ()

Giá trị trả về
PostCleanupAction[]