Home
last modified time | relevance | path

Searched refs:inEcm (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java96 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in isInEmergencyCallMode() local
97 return "true".equals(inEcm); in isInEmergencyCallMode()
DCdmaCallTracker.java201 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in dial() local
202 boolean isPhoneInEcmMode = inEcm.equals("true"); in dial()
1137 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in checkAndEnableDataCallAfterEmergencyCallDropped() local
1139 log("checkAndEnableDataCallAfterEmergencyCallDropped,inEcm=" + inEcm); in checkAndEnableDataCallAfterEmergencyCallDropped()
1141 if (inEcm.compareTo("false") == 0) { in checkAndEnableDataCallAfterEmergencyCallDropped()
DCDMALTEPhone.java330 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init() local
331 mIsPhoneInEcmState = inEcm.equals("true"); in init()
DCDMAPhone.java184 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init() local
185 mIsPhoneInEcmState = inEcm.equals("true"); in init()