Home
last modified time | relevance | path

Searched defs:setSystemProperty (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java367 public void setSystemProperty(String property, String value) { in setSystemProperty() method in CDMALTEPhone
DCDMAPhone.java1391 public void setSystemProperty(String property, String value) { in setSystemProperty() method in CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java572 protected void setSystemProperty(String key, String val) { in setSystemProperty() method in IccRecords
DIccCardProxy.java899 private void setSystemProperty(String property, String value) { in setSystemProperty() method in IccCardProxy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java478 setSystemProperty(String property, String value) { in setSystemProperty() method in GSMPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java262 public void setSystemProperty(String property, String value) { in setSystemProperty() method in PhoneBase
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp838 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager