Searched refs:fullInfo (Results 1 – 1 of 1) sorted by relevance
57 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testParseAndroidInfo() local58 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo()81 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint() local82 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo_withConstraint()165 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testRequireForProduct_internalState() local167 assertEquals(2, fullInfo.size()); in testRequireForProduct_internalState()169 MultiMap<String, String> globalReqs = fullInfo.get(null); in testRequireForProduct_internalState()179 MultiMap<String, String> gammaReqs = fullInfo.get("gamma"); in testRequireForProduct_internalState()