Searched refs:setSystemProperty (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h91 virtual void setSystemProperty(const char* property, const char* value) = 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java272 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
333 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
383 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
H A DPhoneBase.java282 public void setSystemProperty(String property, String value) { method in class:PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java373 public void setSystemProperty(String property, String value) { method in class:CDMALTEPhone
H A DCDMAPhone.java1113 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
1141 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
1421 public void setSystemProperty(String property, String value) { method in class:CDMAPhone
1422 super.setSystemProperty(property, value);
H A DCdmaServiceStateTracker.java1407 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING,
1411 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING, "+");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java631 protected void setSystemProperty(String key, String val) { method in class:IccRecords
H A DIccCardProxy.java906 private void setSystemProperty(String property, String value) { method in class:IccCardProxy
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h101 virtual void setSystemProperty(const char* property, const char* value);
H A DAudioPolicyManager.cpp574 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManager
576 ALOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1264 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
1289 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java476 setSystemProperty(String property, String value) { method in class:GSMPhone

Completed in 213 milliseconds