GsiDeviceFlashPreparer.PvmfwFlashMode

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

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


Summary

Enum values

GsiDeviceFlashPreparer.PvmfwFlashMode  AUTO

 

GsiDeviceFlashPreparer.PvmfwFlashMode  OFF

 

GsiDeviceFlashPreparer.PvmfwFlashMode  ON

 

Public methods

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

Enum values

AUTO

public static final GsiDeviceFlashPreparer.PvmfwFlashMode AUTO

OFF

public static final GsiDeviceFlashPreparer.PvmfwFlashMode OFF

ON

public static final GsiDeviceFlashPreparer.PvmfwFlashMode ON

Public methods

valueOf

public static GsiDeviceFlashPreparer.PvmfwFlashMode valueOf (String name)

Parameters
name String

Returns
GsiDeviceFlashPreparer.PvmfwFlashMode

values

public static final PvmfwFlashMode[] values ()

Returns
PvmfwFlashMode[]