Enum values |
FlashingMethod |
FASTBOOT_FLASH_ALL
The device was flashed via a `fastboot flashall` command on a directory of partition images
|
FlashingMethod |
FASTBOOT_FLASH_ALL_FUSE_ZIP
The device was flashed via a `fastboot flashall` command on a directory of partition images
which is mounted from a device image zip file via fuse-zip
|
FlashingMethod |
FASTBOOT_UNCATEGORIZED
The fallback for fastboot flashing but no further categorization
|
FlashingMethod |
FASTBOOT_UPDATE
The device was flashed via a `fastboot update` command with a device image zip
|
FlashingMethod |
FLASHSTATION
The device was flashed via flashstation using the cl_flashstation script
|
FlashingMethod |
UNKNOWN
The fallback for not explicitly tracked flashing method
|
FlashingMethod |
USERSPACE_OTA
The device was flashed via a simulated OTA while in userspace
|
Enum values
FASTBOOT_FLASH_ALL
public static final FlashingMethod FASTBOOT_FLASH_ALL
The device was flashed via a `fastboot flashall` command on a directory of partition images
FASTBOOT_FLASH_ALL_FUSE_ZIP
public static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP
The device was flashed via a `fastboot flashall` command on a directory of partition images
which is mounted from a device image zip file via fuse-zip
FASTBOOT_UNCATEGORIZED
public static final FlashingMethod FASTBOOT_UNCATEGORIZED
The fallback for fastboot flashing but no further categorization
FASTBOOT_UPDATE
public static final FlashingMethod FASTBOOT_UPDATE
The device was flashed via a `fastboot update` command with a device image zip
FLASHSTATION
public static final FlashingMethod FLASHSTATION
The device was flashed via flashstation using the cl_flashstation script
UNKNOWN
public static final FlashingMethod UNKNOWN
The fallback for not explicitly tracked flashing method
USERSPACE_OTA
public static final FlashingMethod USERSPACE_OTA
The device was flashed via a simulated OTA while in userspace
Public methods
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 2024-10-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-08 UTC."],[],[],null,["# FlashingMethod\n==============\n\n\n`\npublic\n\nfinal\n\nenum\nFlashingMethod\n`\n\n\n`\n\n\n`\n\n`\n\nextends Enum\u003c`[FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html)`\u003e\n\n\n`\n\n`\n\n\n`\n\n|---|---|------------------------------------------------|\n| java.lang.Object |||\n| ↳ | java.lang.Enum\\\u003c[com.android.tradefed.targetprep.FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html)\\\u003e ||\n| | ↳ | com.android.tradefed.targetprep.FlashingMethod |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAn enum to describe the method used to flash device under test\n\nSummary\n-------\n\n| ### Enum values ||\n|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `FASTBOOT_FLASH_ALL` The device was flashed via a \\`fastboot flashall\\` command on a directory of partition images |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `FASTBOOT_FLASH_ALL_FUSE_ZIP` The device was flashed via a \\`fastboot flashall\\` command on a directory of partition images which is mounted from a device image zip file via fuse-zip |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `FASTBOOT_UNCATEGORIZED` The fallback for fastboot flashing but no further categorization |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `FASTBOOT_UPDATE` The device was flashed via a \\`fastboot update\\` command with a device image zip |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `FLASHSTATION` The device was flashed via flashstation using the cl_flashstation script |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `UNKNOWN` The fallback for not explicitly tracked flashing method |\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | `USERSPACE_OTA` The device was flashed via a simulated OTA while in userspace |\n\n| ### Public methods ||\n|------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | ` `[valueOf](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html#valueOf(java.lang.String))`(String name) ` |\n| ` static final `[FlashingMethod[]](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | ` `[values](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html#values())`() ` |\n\nEnum values\n-----------\n\n### FASTBOOT_FLASH_ALL\n\n```\npublic static final FlashingMethod FASTBOOT_FLASH_ALL\n```\n\nThe device was flashed via a \\`fastboot flashall\\` command on a directory of partition images\n\n\u003cbr /\u003e\n\n### FASTBOOT_FLASH_ALL_FUSE_ZIP\n\n```\npublic static final FlashingMethod FASTBOOT_FLASH_ALL_FUSE_ZIP\n```\n\nThe device was flashed via a \\`fastboot flashall\\` command on a directory of partition images\nwhich is mounted from a device image zip file via fuse-zip\n\n\u003cbr /\u003e\n\n### FASTBOOT_UNCATEGORIZED\n\n```\npublic static final FlashingMethod FASTBOOT_UNCATEGORIZED\n```\n\nThe fallback for fastboot flashing but no further categorization\n\n\u003cbr /\u003e\n\n### FASTBOOT_UPDATE\n\n```\npublic static final FlashingMethod FASTBOOT_UPDATE\n```\n\nThe device was flashed via a \\`fastboot update\\` command with a device image zip\n\n\u003cbr /\u003e\n\n### FLASHSTATION\n\n```\npublic static final FlashingMethod FLASHSTATION\n```\n\nThe device was flashed via flashstation using the cl_flashstation script\n\n\u003cbr /\u003e\n\n### UNKNOWN\n\n```\npublic static final FlashingMethod UNKNOWN\n```\n\nThe fallback for not explicitly tracked flashing method\n\n\u003cbr /\u003e\n\n### USERSPACE_OTA\n\n```\npublic static final FlashingMethod USERSPACE_OTA\n```\n\nThe device was flashed via a simulated OTA while in userspace\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### valueOf\n\n```\npublic static FlashingMethod valueOf (String name)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------|-----------------|\n| `name` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|------------------------------------------------------------------------------------------------------------|--------|\n| [FlashingMethod](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | \u003cbr /\u003e |\n\n### values\n\n```\npublic static final FlashingMethod[] values ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------------------------------------------------------------------------------------------------------------|--------|\n| [FlashingMethod[]](../../../../../../reference/tradefed/com/android/tradefed/targetprep/FlashingMethod.html) | \u003cbr /\u003e |"]]