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 pembersihan pos |
DeviceCleaner.PostCleanupAction | SCREEN_OFF mematikan layar setelah tindakan pembersihan |
DeviceCleaner.PostCleanupAction | SCREEN_OFF_AND_STOP mematikan layar dan menghentikan waktu proses 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 pembersihan pos
SCREEN_OFF
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF
mematikan layar setelah tindakan pembersihan
SCREEN_OFF_AND_STOP
public static final DeviceCleaner.PostCleanupAction SCREEN_OFF_AND_STOP
mematikan layar dan menghentikan waktu proses setelah tindakan pembersihan
Metode publik
Nilai dari
public static DeviceCleaner.PostCleanupAction valueOf (String name)
Parameter | |
---|---|
name | String |
Kembali | |
---|---|
DeviceCleaner.PostCleanupAction |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.