Méthode de clignotement
public
final
enum
FlashingMethod
extends Enum<FlashingMethod>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.targetprep.FlashingMethod> | |
↳ | com.android.tradefed.targetprep.FlashingMethod |
Énumération décrivant la méthode utilisée pour flasher un appareil testé
Résumé
Valeurs enum | |
---|---|
FlashingMethod |
FASTBOOT_FLASH_ALL
L'appareil a été flashé via une commande "fastboot flashall" sur un répertoire d'images de partition |
FlashingMethod |
FASTBOOT_FLASH_ALL_FUSE_ZIP
L'appareil a été flashé via une commande "fastboot flashall" sur un répertoire d'images de partition qui est installé à partir du fichier image d'un appareil via fuse-zip |
FlashingMethod |
FASTBOOT_UNCATEGORIZED
La solution de remplacement pour le flashage fastboot, mais sans classification supplémentaire |
FlashingMethod |
FASTBOOT_UPDATE
L'appareil a été flashé via une commande "fastboot update" avec un fichier ZIP sur l'image de l'appareil |
FlashingMethod |
FLASHSTATION
L'appareil a été flashé via Flashstation à l'aide du script cl_flashstation. |
FlashingMethod |
UNKNOWN
La solution de remplacement pour la méthode de flash non suivie explicitement |
Méthodes publiques | |
---|---|
static
FlashingMethod
|
valueOf(String name)
|
static
final
FlashingMethod[]
|
values()
|
Valeurs enum
FASTBOOT_FLASH_ALL
public static final FlashingMethod FASTBOOT_FLASH_ALL
L'appareil a été flashé via une commande "fastboot flashall" sur un répertoire d'images de partition
FASTBOOT_FLASH_ALL_FUSE_ZIP
public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP
L'appareil a été flashé via une commande "fastboot flashall" sur un répertoire d'images de partition qui est installé à partir du fichier image d'un appareil via fuse-zip
FASTBOOT_UNCATEGORIZED
public static final FlashingMethod FASTBOOT_UNCATEGORIZED
La solution de remplacement pour le flashage fastboot, mais sans classification supplémentaire
MISE À JOUR_FASTBOOT
public static final FlashingMethod FASTBOOT_UPDATE
L'appareil a été flashé via une commande "fastboot update" avec un fichier ZIP sur l'image de l'appareil
FLASHSTATION
public static final FlashingMethod FLASHSTATION
L'appareil a été flashé via Flashstation à l'aide du script cl_flashstation.
INCONNUE
public static final FlashingMethod UNKNOWN
La solution de remplacement pour la méthode de flash non suivie explicitement
Méthodes publiques
valeur_
public static FlashingMethod valueOf (String name)
Paramètres | |
---|---|
name |
String |
Renvoie | |
---|---|
FlashingMethod |