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

清理操作後關閉螢幕

螢幕關閉和停止

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[]