Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java86 Map<String, Constraint> constraintMap = new HashMap<String, Constraint>(1); in testParseAndroidInfo_withConstraint() local
87 constraintMap.put(FlashingResourcesParser.BASEBAND_VERSION_KEY, new Under3Chars()); in testParseAndroidInfo_withConstraint()
89 AndroidInfo fullInfo = FlashingResourcesParser.parseAndroidInfo(reader, constraintMap); in testParseAndroidInfo_withConstraint()