ClignotantMéthode

public final enum FlashingMethod
extends Enum< FlashingMethod >

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


Une énumération pour décrire la méthode utilisée pour flasher le périphérique testé

Résumé

Valeurs d'énumération

FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

Le périphérique a été flashé via une commande `fastboot flashall` sur un répertoire d'images de partition qui est monté à partir d'un fichier zip d'image de périphérique via fuse-zip

FlashingMethod FASTBOOT_UNCATEGORIZED

La solution de repli pour le démarrage rapide clignotant mais pas de catégorisation supplémentaire

FlashingMethod FASTBOOT_UPDATE

L'appareil a été flashé via une commande "fastboot update" avec un zip d'image d'appareil

FlashingMethod FLASHSTATION

L'appareil a été flashé via flashstation à l'aide du script cl_flashstation

FlashingMethod UNKNOWN

La solution de repli pour la méthode de clignotement non explicitement suivie

Méthodes publiques

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

Valeurs d'énumération

FASTBOOT_FLASH_ALL_FUSE_ZIP

public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP

Le périphérique a été flashé via une commande `fastboot flashall` sur un répertoire d'images de partition qui est monté à partir d'un fichier zip d'image de périphérique via fuse-zip

FASTBOOT_UNCATEGORIZED

public static final FlashingMethod FASTBOOT_UNCATEGORIZED

La solution de repli pour le démarrage rapide clignotant mais pas de catégorisation supplémentaire

FASTBOOT_UPDATE

public static final FlashingMethod FASTBOOT_UPDATE

L'appareil a été flashé via une commande "fastboot update" avec un zip d'image d'appareil

STATION FLASH

public static final FlashingMethod FLASHSTATION

L'appareil a été flashé via flashstation à l'aide du script cl_flashstation

INCONNU

public static final FlashingMethod UNKNOWN

La solution de repli pour la méthode de clignotement non explicitement suivie

Méthodes publiques

valeur de

public static FlashingMethod valueOf (String name)

Paramètres
name String

Retour
FlashingMethod

valeurs

public static final FlashingMethod[] values ()

Retour
FlashingMethod[]