HomeSort by relevance Sort by last modified time
    Searched refs:BASEBAND_VERSION_KEY (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
FlashingResourcesParser.java 71 public static final String BASEBAND_VERSION_KEY = "version-baseband";
155 return getRequiredImageVersion(BASEBAND_VERSION_KEY);
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FlashingResourcesParserTest.java 79 constraintMap.put(FlashingResourcesParser.BASEBAND_VERSION_KEY, new Under3Chars());
91 List<String> radios = result.get(FlashingResourcesParser.BASEBAND_VERSION_KEY);

Completed in 508 milliseconds