Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java79 constraintMap.put(FlashingResourcesParser.BASEBAND_VERSION_KEY, new Under3Chars()); in testParseAndroidInfo_withConstraint()
91 List<String> radios = result.get(FlashingResourcesParser.BASEBAND_VERSION_KEY); in testParseAndroidInfo_withConstraint()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java71 public static final String BASEBAND_VERSION_KEY = "version-baseband"; field in FlashingResourcesParser
155 return getRequiredImageVersion(BASEBAND_VERSION_KEY); in getRequiredBasebandVersion()