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 |
Summary
Enum values | |
---|---|
DeviceCleaner.PostCleanupAction |
NONE
no post cleanup action |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF
turns screen off after the cleanup action |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF_AND_STOP
turns off screen and stops runtime after the cleanup action |
Public methods | |
---|---|
static
DeviceCleaner.PostCleanupAction
|
valueOf(String name)
|
static
final
PostCleanupAction[]
|
values()
|
Enum values
SCREEN_OFF
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF
turns screen off after the cleanup action
SCREEN_OFF_AND_STOP
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP
turns off screen and stops runtime after the cleanup action
Public methods
valueOf
public static DeviceCleaner.PostCleanupAction valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
DeviceCleaner.PostCleanupAction |
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
Last updated 2019-10-02 UTC.
[]
[]