Searched refs:PROPERTY_BASEBAND_VERSION (Results 1 – 4 of 4) sorted by relevance
36 static final String PROPERTY_BASEBAND_VERSION = "gsm.version.baseband"; field
146 .append(SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION, in getFirmwareVersion()
102 public static final String RADIO = getString(TelephonyProperties.PROPERTY_BASEBAND_VERSION);1258 String propVal = SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION); in getRadioVersion()
8848 setTelephonyProperty(phoneId, TelephonyProperties.PROPERTY_BASEBAND_VERSION, version); in setBasebandVersionForPhone()8871 String prop = TelephonyProperties.PROPERTY_BASEBAND_VERSION + in getBasebandVersionLegacy()8889 return getTelephonyProperty(phoneId, TelephonyProperties.PROPERTY_BASEBAND_VERSION, ""); in getBasebandVersionForPhone()