Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java169 MultiMap<String, String> globalReqs = fullInfo.get(null); in testRequireForProduct_internalState() local
170 assertEquals(2, globalReqs.size()); in testRequireForProduct_internalState()
171 List<String> products = globalReqs.get(FlashingResourcesParser.PRODUCT_KEY); in testRequireForProduct_internalState()
176 List<String> bootloaders = globalReqs.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testRequireForProduct_internalState()