閃爍方法

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

裝置透過分區映像檔目錄中的「fastboot flashall」指令刷新

FlashingMethod  FASTBOOT_FLASH_ALL_FUSE_ZIP

裝置透過「Fastboot flashall」指令刷新至分區映像檔目錄中的「Fastboot flashall」指令,該目錄透過 fuse-zip 從裝置映像檔 ZIP 檔案掛接

FlashingMethod  FASTBOOT_UNCATEGORIZED

適用於 Fastboot 刷新,但不進一步分類的備用方案

FlashingMethod  FASTBOOT_UPDATE

裝置已透過「fastboot update」指令刷新 (帶有裝置映像檔 ZIP 檔案)

FlashingMethod  FLASHSTATION

裝置使用 cl_flashstation 指令碼透過 Flashstation 刷新

FlashingMethod  UNKNOWN

未明確追蹤的閃爍方法的備用方法

FlashingMethod  USERSPACE_OTA

在使用者空間中,裝置透過模擬的 OTA 刷新機

公用方法

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

列舉值

FASTBOOT_FLASH_ALL

public static final FlashingMethod FASTBOOT_FLASH_ALL

裝置已透過分區映像檔目錄中的「fastboot flashall」指令刷新

FASTBOOT_FLASH_ALL_FUSE_ZIP

public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

裝置透過「Fastboot flashall」指令刷新至分區映像檔目錄中的「fastboot flashall」指令,該目錄透過 Fuse-zip 從裝置映像檔 ZIP 檔案掛接

FASTBOOT_UNCATEGORIZED

public static final FlashingMethod FASTBOOT_UNCATEGORIZED

快速啟動閃爍的備用設定,但沒有進一步分類

FASTBOOT_UPDATE

public static final FlashingMethod FASTBOOT_UPDATE

裝置是透過 `fastboot update` 指令搭配裝置映像檔 ZIP 檔案進行刷機

閃爍

public static final FlashingMethod FLASHSTATION

裝置使用 cl_flashstation 指令碼透過 Flashstation 閃爍

不明

public static final FlashingMethod UNKNOWN

未明確追蹤閃爍方法的備用方法

USERSPACE_OTA

public static final FlashingMethod USERSPACE_OTA

裝置在使用者空間中透過模擬 OTA 進行閃燈

公用方法

public static FlashingMethod valueOf (String name)

參數
name String

傳回
FlashingMethod

public static final FlashingMethod[] values ()

傳回
FlashingMethod[]