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

クリーンアップ操作後に画面がオフになる

画面オフと停止

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

画面がオフになり、クリーンアップ操作後にランタイムが停止します

パブリック メソッド

valueOf

public static DeviceCleaner.PostCleanupAction valueOf (String name)

パラメータ
name String

戻り値
DeviceCleaner.PostCleanupAction

values

public static final PostCleanupAction[] values ()

戻り値
PostCleanupAction[]