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

/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerGeneric.cpp176 void AudioPolicyManagerGeneric::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManagerGeneric
178 LOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java122 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);
894 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
922 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
988 setSystemProperty(TelephonyProperties.PROPERTY_BASEBAND_VERSION, (String)ar.result);
1115 public final void setSystemProperty(String property, String value) { method in class:CDMAPhone
1116 super.setSystemProperty(property, value);
1401 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, "");
1413 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, iso);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java435 setSystemProperty(String property, String value) { method in class:GSMPhone
436 super.setSystemProperty(property, value);
1268 setSystemProperty(PROPERTY_BASEBAND_VERSION, (String)ar.result);

Completed in 389 milliseconds