Searched refs:inEcm (Results 1 – 4 of 4) sorted by relevance
96 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in isInEmergencyCallMode() local97 return "true".equals(inEcm); in isInEmergencyCallMode()
201 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in dial() local202 boolean isPhoneInEcmMode = inEcm.equals("true"); in dial()1137 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in checkAndEnableDataCallAfterEmergencyCallDropped() local1139 log("checkAndEnableDataCallAfterEmergencyCallDropped,inEcm=" + inEcm); in checkAndEnableDataCallAfterEmergencyCallDropped()1141 if (inEcm.compareTo("false") == 0) { in checkAndEnableDataCallAfterEmergencyCallDropped()
330 String inEcm = SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init() local331 mIsPhoneInEcmState = inEcm.equals("true"); in init()
184 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false"); in init() local185 mIsPhoneInEcmState = inEcm.equals("true"); in init()