DynamicSystemPreparer.PvmfwFlashMode

public static final enum DynamicSystemPreparer.PvmfwFlashMode
extends Enum<DynamicSystemPreparer.PvmfwFlashMode>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.targetprep.DynamicSystemPreparer.PvmfwFlashMode>
     ↳ com.android.tradefed.targetprep.DynamicSystemPreparer.PvmfwFlashMode


摘要

枚举值

DynamicSystemPreparer.PvmfwFlashMode  AUTO

 

DynamicSystemPreparer.PvmfwFlashMode  OFF

 

DynamicSystemPreparer.PvmfwFlashMode  ON

 

公共方法

static DynamicSystemPreparer.PvmfwFlashMode valueOf(String name)
static final PvmfwFlashMode[] values()

枚举值

自动

public static final DynamicSystemPreparer.PvmfwFlashMode AUTO

关闭

public static final DynamicSystemPreparer.PvmfwFlashMode OFF

开启

public static final DynamicSystemPreparer.PvmfwFlashMode ON

公共方法

valueOf

public static DynamicSystemPreparer.PvmfwFlashMode valueOf (String name)

参数
name String

返回
DynamicSystemPreparer.PvmfwFlashMode

values

public static final PvmfwFlashMode[] values ()

返回
PvmfwFlashMode[]