Home
last modified time | relevance | path

Searched refs:PROPERTY_INECM_MODE (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyProperties.java121 static final String PROPERTY_INECM_MODE = "ril.cdma.inecmmode"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java96 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in isInEmergencyCallMode()
DCdmaSMSDispatcher.java219 if (SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false)) { in sendSubmitPdu()
DCDMAPhone.java184 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init()
1113 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); in handleEnterEmergencyCallbackMode()
1141 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in handleExitEmergencyCallbackMode()
DCdmaCallTracker.java201 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in dial()
1137 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in checkAndEnableDataCallAfterEmergencyCallDropped()
DCDMALTEPhone.java330 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java186 TelephonyProperties.PROPERTY_INECM_MODE, false); in ImsPhone()
1264 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); in handleEnterEmergencyCallbackMode()
1289 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in handleExitEmergencyCallbackMode()
DImsPhoneCallTracker.java291 TelephonyProperties.PROPERTY_INECM_MODE, false); in dial()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java249 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)); in getInEmergency()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java229 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) { in createDialog()
247 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) { in createDialog()