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

Commit 68a16acc authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Use cached displayName from sub db for known SUBs." am: e7dd91b3

am: ef3e9b70

Change-Id: I481a3195ea2fa93441c1362a82157aeae3dbe87a
parents f9bc6c92 ef3e9b70
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1035,10 +1035,6 @@ public class SubscriptionController extends ISub.Stub {
                            value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex);
                        }

                        if (nameSource != SubscriptionManager.NAME_SOURCE_USER_INPUT) {
                            setDisplayName = true;
                        }

                        if (oldIccId != null && oldIccId.length() < uniqueId.length()
                                && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) {
                            value.put(SubscriptionManager.ICC_ID, uniqueId);