Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java379 public void setSystemProperty(String property, String value) { in setSystemProperty() method in CDMALTEPhone
DCDMAPhone.java1392 public void setSystemProperty(String property, String value) { in setSystemProperty() method in CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java907 private void setSystemProperty(String key, String val) { in setSystemProperty() method in RuimRecords
DIccCardProxy.java880 private void setSystemProperty(String property, int slotId, String value) { in setSystemProperty() method in IccCardProxy
DSIMRecords.java1926 private void setSystemProperty(String key, String val) { in setSystemProperty() method in SIMRecords
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java481 setSystemProperty(String property, String value) { in setSystemProperty() method in GSMPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java235 public void setSystemProperty(String property, String value) { in setSystemProperty() method in PhoneBase
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp786 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) in setSystemProperty() function in android::AudioPolicyManager