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

Commit b3c724aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Deep copy service state object" am: d3f9cdd5 am: 59622fab

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1822142

Change-Id: I0dd648828054131fb67b0c4544b2a4098bee886c
parents a03a566b 59622fab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -444,7 +444,9 @@ public class ServiceState implements Parcelable {
        mArfcnRsrpBoost = s.mArfcnRsrpBoost;
        synchronized (mNetworkRegistrationInfos) {
            mNetworkRegistrationInfos.clear();
            mNetworkRegistrationInfos.addAll(s.getNetworkRegistrationInfoList());
            for (NetworkRegistrationInfo nri : s.getNetworkRegistrationInfoList()) {
                mNetworkRegistrationInfos.add(new NetworkRegistrationInfo(nri));
            }
        }
        mNrFrequencyRange = s.mNrFrequencyRange;
        mOperatorAlphaLongRaw = s.mOperatorAlphaLongRaw;