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


요약

Enum 값

DynamicSystemPreparer.PvmfwFlashMode  AUTO

 

DynamicSystemPreparer.PvmfwFlashMode  OFF

 

DynamicSystemPreparer.PvmfwFlashMode  ON

 

공개 메서드

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

Enum 값

자동

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

public static final PvmfwFlashMode[] values ()

반환
PvmfwFlashMode[]