Home
last modified time | relevance | path

Searched refs:BOOTLOADER_VERSION_KEY (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java65 List<String> bootloaders = result.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testParseAndroidInfo()
89 List<String> bootloaders = result.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testParseAndroidInfo_withConstraint()
176 List<String> bootloaders = globalReqs.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testRequireForProduct_internalState()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java70 public static final String BOOTLOADER_VERSION_KEY = "version-bootloader"; field in FlashingResourcesParser
144 return getRequiredImageVersion(BOOTLOADER_VERSION_KEY); in getRequiredBootloaderVersion()