Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java181 MultiMap<String, String> globalReqs = fullInfo.get(null); in testRequireForProduct_internalState() local
182 assertEquals(2, globalReqs.size()); in testRequireForProduct_internalState()
183 List<String> products = globalReqs.get(FlashingResourcesParser.PRODUCT_KEY); in testRequireForProduct_internalState()
188 List<String> bootloaders = globalReqs.get(FlashingResourcesParser.BOOTLOADER_VERSION_KEY); in testRequireForProduct_internalState()