DeviceCleaner.PostCleanupAction

public static final enum DeviceCleaner.PostCleanupAction
extends Enum< DeviceCleaner.PostCleanupAction >

java.lang.オブジェクト
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[]