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