Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java45 public static interface Constraint { interface in FlashingResourcesParser
93 public FlashingResourcesParser(File deviceImgZipFile, Map<String, Constraint> c) in FlashingResourcesParser()
119 public FlashingResourcesParser(BufferedReader infoReader, Map<String, Constraint> c) in FlashingResourcesParser()
258 Map<String, Constraint> constraints) throws TargetSetupError { in getBuildRequirements()
321 Map<String, Constraint> constraints) throws IOException { in parseAndroidInfo()
343 Constraint c = null; in parseAndroidInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java20 import com.android.tradefed.targetprep.FlashingResourcesParser.Constraint;
40 private static class Under3Chars implements Constraint {
78 Map<String, Constraint> constraintMap = new HashMap<String, Constraint>(1); in testParseAndroidInfo_withConstraint()