閃爍方式

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[]