Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java78 Map<String, Constraint> constraintMap = new HashMap<String, Constraint>(1); in testParseAndroidInfo_withConstraint() local
79 constraintMap.put(FlashingResourcesParser.BASEBAND_VERSION_KEY, new Under3Chars()); in testParseAndroidInfo_withConstraint()
81 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint()