闪烁方式

public final enum FlashingMethod
extends Enum< FlashingMethod >

java.lang.Object
java.lang.Enum< com.android.tradefed.targetprep.FlashingMethod >
com.android.tradefed.targetprep.FlashingMethod


描述用于刷新被测设备的方法的枚举

概括

枚举值

FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

该设备是通过分区映像目录上的“fastboot flashall”命令进行刷新的,该目录是通过 fusion-zip 从设备映像 zip 文件安装的

FlashingMethod FASTBOOT_UNCATEGORIZED

fastboot 刷机的后备方案,但没有进一步分类

FlashingMethod FASTBOOT_UPDATE

该设备通过“fastboot update”命令使用设备映像 zip 进行刷新

FlashingMethod FLASHSTATION

使用 cl_flashstation 脚本通过 flashstation 对设备进行刷新

FlashingMethod UNKNOWN

未明确跟踪闪烁方法的后备方案

公共方法

static FlashingMethod valueOf (String name)
static final FlashingMethod[] values ()

枚举值

FASTBOOT_FLASH_ALL_FUSE_ZIP

public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

该设备是通过分区映像目录上的“fastboot flashall”命令进行刷新的,该目录是通过 fusion-zip 从设备映像 zip 文件安装的

FASTBOOT_UNCATEGORIZED

public static final FlashingMethod FASTBOOT_UNCATEGORIZED

fastboot 刷机的后备方案,但没有进一步分类

FASTBOOT_UPDATE

public static final FlashingMethod FASTBOOT_UPDATE

该设备通过“fastboot update”命令使用设备映像 zip 进行刷新

闪光站

public static final FlashingMethod FLASHSTATION

使用 cl_flashstation 脚本通过 flashstation 对设备进行刷新

未知

public static final FlashingMethod UNKNOWN

未明确跟踪闪烁方法的后备方案

公共方法

的价值

public static FlashingMethod valueOf (String name)

参数
name String

退货
FlashingMethod

价值观

public static final FlashingMethod[] values ()

退货
FlashingMethod[]