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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h91 virtual void setSystemProperty(const char* property, const char* value) = 0;
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java563 setSystemProperty(CTL_STOP, BUGREPORT_SERVICE);
1300 private static boolean setSystemProperty(String key, String value) { method in class:BugreportProgressService
1317 return setSystemProperty(key, name);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h101 virtual void setSystemProperty(const char* property, const char* value);
H A DAudioPolicyManager.cpp632 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) function in class:android::AudioPolicyManager
634 ALOGV("setSystemProperty() property %s, value %s", property, value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java675 public void setSystemProperty(String property, String value) { method in class:GsmCdmaPhone
682 super.setSystemProperty(property, value);
2704 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
2735 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
H A DServiceStateTracker.java313 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
633 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
699 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
3397 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING,
3401 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_IDP_STRING, "+");
H A DPhone.java384 public void setSystemProperty(String property, String value) { method in class:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java637 protected void setSystemProperty(String key, String val) { method in class:IccRecords
H A DIccCardProxy.java897 private void setSystemProperty(String property, String value) { method in class:IccCardProxy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1339 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
1361 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java101 public void setSystemProperty(String property, String value) { method in class:PhoneMock

Completed in 1372 milliseconds