Home
last modified time | relevance | path

Searched refs:PROPERTY_BASEBAND_VERSION (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyProperties.java36 static final String PROPERTY_BASEBAND_VERSION = "gsm.version.baseband"; field
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java146 .append(SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION, in getFirmwareVersion()
/frameworks/base/core/java/android/os/
DBuild.java102 public static final String RADIO = getString(TelephonyProperties.PROPERTY_BASEBAND_VERSION);
1258 String propVal = SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION); in getRadioVersion()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8848 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()