DeviceCleaner.PostCleanupAction

public static final enum DeviceCleaner.PostCleanupAction
extends Enum<DeviceCleaner.PostCleanupAction>

Java.lang.Nesne
🎃 java.lang.Enum<com.android.tradefed.targetprep.DeviceCleaner.PostCleanupAction>
  🎃 com.android.tradefed.targetprep.DeviceCleaner.PostCleanupAction


Özet

Enum değerleri

DeviceCleaner.PostCleanupAction  NONE

temizlik sonrası işlem yok

DeviceCleaner.PostCleanupAction  SCREEN_OFF

temizleme işleminden sonra ekranı kapatır

DeviceCleaner.PostCleanupAction  SCREEN_OFF_AND_STOP

ekranı kapatır ve temizleme işleminden sonra çalışma zamanını durdurur

Herkese açık yöntemler

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

Enum değerleri

YOK

public static final DeviceCleaner.PostCleanupAction NONE

temizlik sonrası işlem yok

SCREEN_KAPALI

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF

temizleme işleminden sonra ekranı kapatır

SCREEN_OFF_AND_DURDUR

public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP

ekranı kapatır ve temizleme işleminden sonra çalışma zamanını durdurur

Herkese açık yöntemler

değeri

public static DeviceCleaner.PostCleanupAction valueOf (String name)

Parametreler
name String

İlerlemeler
DeviceCleaner.PostCleanupAction

değerler

public static final PostCleanupAction[] values ()

İlerlemeler
PostCleanupAction[]