Searched defs:setSystemProperty (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java133 setSystemProperty(String property, String value) { method in class:PhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java201 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, operatorAlpha);
205 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
886 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
914 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
980 setSystemProperty(TelephonyProperties.PROPERTY_BASEBAND_VERSION, (String)ar.result);
1105 public final void setSystemProperty(String property, String value) { method in class:CDMAPhone
1106 super.setSystemProperty(property, value);
1384 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, "");
1396 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, iso);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java419 setSystemProperty(String property, String value) { method in class:GSMPhone
420 super.setSystemProperty(property, value);
1200 setSystemProperty(PROPERTY_BASEBAND_VERSION, (String)ar.result);

Completed in 410 milliseconds