Home
last modified time | relevance | path

Searched refs:BOOTLOADER_IMAGE (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFlashingResourceUtil.java85 keyAndFiles.get(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE.getFileKey()); in setUpFlashingResources()
87 keyAndFiles.remove(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE.getFileKey()); in setUpFlashingResources()
120 info.setFile(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE, bootloader, buildId); in handleBootloader()
123 .put(BuildInfoKey.BuildInfoFileKey.BOOTLOADER_IMAGE.getFileKey(), bootloader); in handleBootloader()
/tools/tradefederation/core/src/com/android/tradefed/build/
DDeviceBuildInfo.java172 return getFile(BuildInfoFileKey.BOOTLOADER_IMAGE); in getBootloaderImageFile()
180 return getVersion(BuildInfoFileKey.BOOTLOADER_IMAGE); in getBootloaderVersion()
188 setFile(BuildInfoFileKey.BOOTLOADER_IMAGE, bootloaderImgFile, version); in setBootloaderImageFile()
DDependenciesResolver.java168 BuildInfoFileKey.BOOTLOADER_IMAGE.getFileKey(), in completeFlashingDependencies()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/build/
DBuildInfoKey.java33 BOOTLOADER_IMAGE("bootloader", false), enumConstant