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

ما مِن إجراء بعد التنظيف

SCREEN_OFF

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

إيقاف الشاشة بعد إجراء التنظيف

SCREEN_OFF_AND_STOP

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