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


Özet

Numaralandırma değerleri

DeviceCleaner.PostCleanupAction NONE

temizlik sonrası eylem yok

DeviceCleaner.PostCleanupAction SCREEN_OFF

temizleme işleminden sonra ekranı kapatır

DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

temizleme işleminden sonra ekranı kapatır ve çalışma süresini durdurur

Genel yöntemler

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

Numaralandırma değerleri

HİÇBİRİ

public static final DeviceCleaner.PostCleanupAction NONE

temizlik sonrası eylem yok

EKRAN KAPALI

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

temizleme işleminden sonra ekranı kapatır

SCREEN_OFF_AND_STOP

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

temizleme işleminden sonra ekranı kapatır ve çalışma süresini durdurur

Genel yöntemler

değeri

public static DeviceCleaner.PostCleanupAction valueOf (String name)

Parametreler
name String

İadeler
DeviceCleaner.PostCleanupAction

değerler

public static final PostCleanupAction[] values ()

İadeler
PostCleanupAction[]