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 |