Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java64 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testParseAndroidInfo() local
65 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo()
89 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint() local
90 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo_withConstraint()
177 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testRequireForProduct_internalState() local
179 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()