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 |