Searched refs:fullInfo (Results 1 – 1 of 1) sorted by relevance
64 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testParseAndroidInfo() local65 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo()89 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint() local90 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo_withConstraint()177 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testRequireForProduct_internalState() local179 assertEquals(2, fullInfo.size()); in testRequireForProduct_internalState()181 MultiMap<String, String> globalReqs = fullInfo.get(null); in testRequireForProduct_internalState()191 MultiMap<String, String> gammaReqs = fullInfo.get("gamma"); in testRequireForProduct_internalState()