Home
last modified time | relevance | path

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

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