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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h89 virtual void setSystemProperty(const char* property, const char* value) = 0;
H A DAudioPolicyManager.h83 virtual void setSystemProperty(const char* property, const char* value);
H A DAudioPolicyManager.cpp838 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManager
840 ALOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java269 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
319 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
369 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
H A DPhoneBase.java262 public void setSystemProperty(String property, String value) { method in class:PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java367 public void setSystemProperty(String property, String value) { method in class:CDMALTEPhone
H A DCDMAPhone.java1092 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
1120 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
1391 public void setSystemProperty(String property, String value) { method in class:CDMAPhone
1392 super.setSystemProperty(property, value);
H A DCdmaServiceStateTracker.java1353 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING,
1357 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING, "+");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java572 protected void setSystemProperty(String key, String val) { method in class:IccRecords
H A DIccCardProxy.java899 private void setSystemProperty(String property, String value) { method in class:IccCardProxy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1173 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
1198 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java478 setSystemProperty(String property, String value) { method in class:GSMPhone

Completed in 308 milliseconds