闪烁法
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”命令在分区映像目录上刷新的,该目录是通过 fuse-zip 从设备映像 zip 文件挂载的 |
FlashingMethod | FASTBOOT_UNCATEGORIZED 快速启动闪烁的后备,但没有进一步分类 |
FlashingMethod | FASTBOOT_UPDATE 该设备是通过带有设备映像 zip 的“fastboot update”命令刷新的 |
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”命令在分区映像目录上刷新的,该目录是通过 fuse-zip 从设备映像 zip 文件挂载的
FASTBOOT_UPDATE
public static final FlashingMethod FASTBOOT_UPDATE
该设备是通过带有设备映像 zip 的“fastboot update”命令刷新的
公共方法
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-11-07 UTC.
[]
[]