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 ()

列挙値

なし

public static final DeviceCleaner.PostCleanupAction NONE

ポスト クリーンアップ アクションなし

スクリーンオフ

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

クリーンアップ アクションの後に画面をオフにします

SCREEN_OFF_AND_STOP

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[]