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

Commit fd78fe59 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Do not reset IDs on GSM<->CDMA transition that are common to both.

These IDs are not re-read on transition, and since they are common
they should not be reset on transition.

Test: atest GsmCdmaPhoneTest
Bug: 168038962
Change-Id: Id3c800176a4fa460eb114ebfe8821617707c7912
parent 0d93cd73
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -444,8 +444,6 @@ public class GsmCdmaPhone extends Phone {
    private void initRatSpecific(int precisePhoneType) {
    private void initRatSpecific(int precisePhoneType) {
        mPendingMMIs.clear();
        mPendingMMIs.clear();
        mIccPhoneBookIntManager.updateIccRecords(null);
        mIccPhoneBookIntManager.updateIccRecords(null);
        mEsn = null;
        mMeid = null;


        mPrecisePhoneType = precisePhoneType;
        mPrecisePhoneType = precisePhoneType;
        logd("Precise phone type " + mPrecisePhoneType);
        logd("Precise phone type " + mPrecisePhoneType);