Home
last modified time | relevance | path

Searched refs:bootloaders (Results 1 – 1 of 1) 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() local
66 assertEquals("1.0.1", bootloaders.get(0)); in testParseAndroidInfo()
89 List<String> bootloaders = result.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testParseAndroidInfo_withConstraint() local
90 assertEquals("1.0.1", bootloaders.get(0)); in testParseAndroidInfo_withConstraint()
176 List<String> bootloaders = globalReqs.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testRequireForProduct_internalState() local
177 assertEquals("1234", bootloaders.get(0)); in testRequireForProduct_internalState()