Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a920ef7 authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "Get default from CdmaSubscriptionSourceManager" am: 736138c7

am: 8f0fd579

Change-Id: I5d5d7c11ef9385a8e60015c76534fd925316cebd
parents 24aa84a3 8f0fd579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class GsmCdmaPhone extends Phone {
            tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
            mIccCardProxy.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_UMTS);
        } else {
            mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN;
            mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
            // This is needed to handle phone process crashes
            mIsPhoneInEcmState = getInEcmMode();
            if (mIsPhoneInEcmState) {