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 | |
สรุป
ค่า enum | |
|---|---|
DeviceCleaner.PostCleanupAction |
NONE
ไม่มีการดำเนินการหลังการล้างข้อมูล |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF
ปิดหน้าจอหลังจากการดำเนินการล้างข้อมูล |
DeviceCleaner.PostCleanupAction |
SCREEN_OFF_AND_STOP
ปิดหน้าจอและหยุดรันไทม์หลังจากการดำเนินการล้างข้อมูล |
เมธอดสาธารณะ | |
|---|---|
static
DeviceCleaner.PostCleanupAction
|
valueOf(String name)
|
static
final
PostCleanupAction[]
|
values()
|
ค่า enum
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 |
|