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

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

Use cached displayName from sub db for known SUBs.

Test: manual
Bug: 128994337
Change-Id: I0da5b437daaeb89b5d925f186816479c11ff73f1
parent 403b6ed4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1038,10 +1038,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);