Home | History | Annotate | Download | only in telephony

Lines Matching defs:SystemProperties

48 import android.os.SystemProperties;
162 SystemProperties.get(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG);
233 SystemProperties.get(TelephonyProperties.PROPERTY_MULTI_SIM_CONFIG);
1702 SystemProperties.get(TelephonyProperties.PROPERTY_LTE_ON_CDMA_PRODUCT_TYPE, "");
1719 curVal = SystemProperties.getInt(TelephonyProperties.PROPERTY_LTE_ON_CDMA_DEVICE,
4956 String prop = SystemProperties.get(property);
4987 if (propVal.length() > SystemProperties.PROP_VALUE_MAX) {
4993 SystemProperties.set(property, propVal);
5007 SystemProperties.set(property, value);
5105 String prop = SystemProperties.get(property);
5124 String propVal = SystemProperties.get(property);
6938 return SystemProperties.get(prop);