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


Ringkasan

Nilai enum

DeviceCleaner.PostCleanupAction  NONE

tidak ada tindakan pascapembersihan

DeviceCleaner.PostCleanupAction  SCREEN_OFF

matikan layar setelah tindakan pembersihan

DeviceCleaner.PostCleanupAction  SCREEN_OFF_AND_STOP

menonaktifkan layar dan menghentikan runtime setelah tindakan pembersihan

Metode publik

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

Nilai enum

TIDAK ADA

public static final DeviceCleaner.PostCleanupAction NONE

tidak ada tindakan pascapembersihan

SCREEN_OFF

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

matikan layar setelah tindakan pembersihan

SCREEN_OFF_AND_STOP

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

menonaktifkan layar dan menghentikan runtime setelah tindakan pembersihan

Metode publik

nilai

public static DeviceCleaner.PostCleanupAction valueOf (String name)

Parameter
name String

Hasil
DeviceCleaner.PostCleanupAction

nilai-nilai

public static final PostCleanupAction[] values ()

Hasil
PostCleanupAction[]