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


概括

枚舉值

DeviceCleaner.PostCleanupAction NONE

沒有後期清理行動

DeviceCleaner.PostCleanupAction SCREEN_OFF

清理操作後關閉屏幕

DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

清理操作後關閉屏幕並停止運行

公共方法

static DeviceCleaner.PostCleanupAction valueOf (String name)
static final PostCleanupAction[] values ()

枚舉值

沒有任何

public static final DeviceCleaner.PostCleanupAction NONE

沒有後期清理行動

屏幕關閉

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

清理操作後關閉屏幕

SCREEN_OFF_AND_STOP

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

清理操作後關閉屏幕並停止運行

公共方法

的價值

public static DeviceCleaner.PostCleanupAction valueOf (String name)

參數
name String

退貨
DeviceCleaner.PostCleanupAction

價值觀

public static final PostCleanupAction[] values ()

退貨
PostCleanupAction[]