Loading src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +5 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,11 @@ public class GsmCdmaCallTracker extends CallTracker { if (mPhone.isPhoneTypeGsm()) { mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; mCi.unregisterForCallWaitingInfo(this); // Prior to phone switch to GSM, if CDMA has any emergency call // data will be in disabled state, after switching to GSM enable data. if (mIsInEmergencyCall) { mPhone.mDcTracker.setInternalDataEnabled(true); } } else { mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA]; mPendingCallInEcm = false; Loading Loading
src/java/com/android/internal/telephony/GsmCdmaCallTracker.java +5 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,11 @@ public class GsmCdmaCallTracker extends CallTracker { if (mPhone.isPhoneTypeGsm()) { mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; mCi.unregisterForCallWaitingInfo(this); // Prior to phone switch to GSM, if CDMA has any emergency call // data will be in disabled state, after switching to GSM enable data. if (mIsInEmergencyCall) { mPhone.mDcTracker.setInternalDataEnabled(true); } } else { mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA]; mPendingCallInEcm = false; Loading