HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY_INECM_MODE (Results 1 - 12 of 12) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 121 static final String PROPERTY_INECM_MODE = "ril.cdma.inecmmode";
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 123 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
WirelessSettings.java 72 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 131 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
332 if (SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false)) {
361 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
CDMAPhone.java 191 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
881 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true");
909 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false");
    [all...]
CdmaCallTracker.java 193 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CdmaSystemSelectListPreference.java 57 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
EmergencyCallbackModeExitDialog.java 81 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
MobileNetworkSettings.java 134 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
PhoneUtils.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 166 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
184 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) {
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 150 milliseconds