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


요약

Enum 값

DeviceCleaner.PostCleanupAction  NONE

삭제 후 작업 없음

DeviceCleaner.PostCleanupAction  SCREEN_OFF

정리 작업 후 화면이 꺼짐

DeviceCleaner.PostCleanupAction  SCREEN_OFF_AND_STOP

정리 작업 후 화면이 꺼지고 런타임이 중지됨

공개 메서드

static DeviceCleaner.PostCleanupAction valueOf(String name)
static final PostCleanupAction[] values()

Enum 값

NONE

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

values

public static final PostCleanupAction[] values ()

반환 값
PostCleanupAction[]