HomeSort by relevance Sort by last modified time
    Searched refs:setSystemProperty (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 70 public static void setSystemProperty(String key, String value) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java 71 public static void setSystemProperty(String key, String value) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 386 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
436 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ALPHA,
447 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
453 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY, "");
467 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY,
479 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING,
CDMALTEPhone.java 353 setSystemProperty(TelephonyProperties.CURRENT_ACTIVE_PHONE,
358 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, operatorAlpha);
365 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
379 public void setSystemProperty(String property, String value) {
CDMAPhone.java 219 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, operatorAlpha);
224 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 267 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, slotId, operator);
270 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, slotId,
320 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, slotId,
388 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, mCardIndex, "");
389 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, mCardIndex, "");
390 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, mCardIndex, "");
473 setSystemProperty(PROPERTY_SIM_STATE, mCardIndex,getState().toString());
513 setSystemProperty(PROPERTY_SIM_STATE, mCardIndex, getState().toString());
    [all...]
SIMRecords.java 255 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, null);
256 setSystemProperty(PROPERTY_ICC_OPERATOR_ALPHA, null);
257 setSystemProperty(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null);
    [all...]
RuimRecords.java 907 private void setSystemProperty(String key, String val) {
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 83 virtual void setSystemProperty(const char* property, const char* value) = 0;
AudioPolicyManagerBase.h 87 virtual void setSystemProperty(const char* property, const char* value);
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 78 virtual void setSystemProperty(const char* property, const char* value) = 0;
AudioPolicyManager.h 82 virtual void setSystemProperty(const char* property, const char* value);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
GSMPhone.java 481 setSystemProperty(String property, String value) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 227 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
274 mPhoneBase.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
    [all...]
PhoneBase.java 235 public void setSystemProperty(String property, String value) {
    [all...]
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 127 lap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1");
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 

Completed in 1579 milliseconds

1 2