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