HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY_INECM_MODE (Results 1 - 13 of 13) 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 124 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
WirelessSettings.java 104 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
  /packages/services/Telephony/src/com/android/phone/
CdmaSystemSelectListPreference.java 58 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
EmergencyCallbackModeExitDialog.java 81 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
MobileNetworkSettings.java 136 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
    [all...]
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 98 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
CdmaSMSDispatcher.java 161 if (SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false)) {
CDMAPhone.java 187 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
    [all...]
CdmaCallTracker.java 193 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 202 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) {
220 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]

Completed in 9093 milliseconds