Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java57 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testParseAndroidInfo() local
58 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo()
81 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint() local
82 MultiMap<String, String> result = fullInfo.get(null); in testParseAndroidInfo_withConstraint()
165 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testRequireForProduct_internalState() local
167 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()