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

Commit ef3e9b70 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

Change-Id: If2c14d3856f4fa2884e9c6cdd1f41bc434e9d5fc
parents a8ba60d5 e7dd91b3
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);