Searched defs:setSystemProperty (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerBase.cpp403 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManagerBase
405 LOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java123 setSystemProperty(String property, String value) { method in class:PhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java193 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, operatorAlpha);
197 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
870 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
898 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
964 setSystemProperty(TelephonyProperties.PROPERTY_BASEBAND_VERSION, (String)ar.result);
1091 public final void setSystemProperty(String property, String value) { method in class:CDMAPhone
1092 super.setSystemProperty(property, value);
1373 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, "");
1385 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, iso);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java427 setSystemProperty(String property, String value) { method in class:GSMPhone
428 super.setSystemProperty(property, value);
1237 setSystemProperty(PROPERTY_BASEBAND_VERSION, (String)ar.result);

Completed in 94 milliseconds