Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyProperties.java121 static final String PROPERTY_INECM_MODE = "ril.cdma.inecmmode"; field
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java110 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in dispatchMessage()
297 if (SystemProperties.getBoolean(TelephonyProperties.PROPERTY_INECM_MODE, false)) { in sendSubmitPdu()
326 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in acknowledgeLastIncomingSms()
DCDMAPhone.java188 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init()
886 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); in handleEnterEmergencyCallbackMode()
914 setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in handleExitEmergencyCallbackMode()
DCdmaCallTracker.java191 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in dial()
1077 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in checkAndEnableDataCallAfterEmergencyCallDropped()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java159 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE))) { in createDialog()
175 SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE)))) { in createDialog()