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()
|
列舉值
SCREEN_OFF_AND_STOP
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP
關閉螢幕,並在清除動作後停止執行階段
公用方法
值
public static DeviceCleaner.PostCleanupAction valueOf (String name)
參數 | |
---|---|
name |
String |
傳回 | |
---|---|
DeviceCleaner.PostCleanupAction |