Loading src/java/com/android/internal/telephony/cdma/CDMAPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ public class CDMAPhone extends PhoneBase { mIsPhoneInEcmState = true; // notify change sendEmergencyCallbackModeChange(); setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); super.setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); // Post this runnable so we will automatically exit // if no one invokes exitEmergencyCallbackMode() directly. Loading Loading @@ -1200,7 +1200,7 @@ public class CDMAPhone extends PhoneBase { if (ar.exception == null) { if (mIsPhoneInEcmState) { mIsPhoneInEcmState = false; setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); super.setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); } // send an Intent sendEmergencyCallbackModeChange(); Loading Loading
src/java/com/android/internal/telephony/cdma/CDMAPhone.java +2 −2 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ public class CDMAPhone extends PhoneBase { mIsPhoneInEcmState = true; // notify change sendEmergencyCallbackModeChange(); setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); super.setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "true"); // Post this runnable so we will automatically exit // if no one invokes exitEmergencyCallbackMode() directly. Loading Loading @@ -1200,7 +1200,7 @@ public class CDMAPhone extends PhoneBase { if (ar.exception == null) { if (mIsPhoneInEcmState) { mIsPhoneInEcmState = false; setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); super.setSystemProperty(TelephonyProperties.PROPERTY_INECM_MODE, "false"); } // send an Intent sendEmergencyCallbackModeChange(); Loading