Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java57 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testParseAndroidInfo()
81 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint()
165 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, null); in testRequireForProduct_internalState()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java121 mReqs = parseAndroidInfo(infoReader, c); in FlashingResourcesParser()
272 return parseAndroidInfo(infoReader, constraints); in getBuildRequirements()
320 static AndroidInfo parseAndroidInfo(BufferedReader infoReader, in parseAndroidInfo() method in FlashingResourcesParser