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

Commit 66d50469 authored by weichinweng's avatar weichinweng Committed by android-build-merger
Browse files

Merge "Add CACHED_NAME into call history database when the add call."

am: 568faa8e

Change-Id: Ie91771780db27eac1963c041efead22c0a8f34c5
parents 56b75cb4 568faa8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -684,6 +684,9 @@ public class CallLog {
            values.put(PHONE_ACCOUNT_ID, accountId);
            values.put(PHONE_ACCOUNT_ADDRESS, accountAddress);
            values.put(NEW, Integer.valueOf(1));
            if ((ci != null) && (ci.name != null)) {
                values.put(CACHED_NAME, ci.name);
            }
            values.put(ADD_FOR_ALL_USERS, addForAllUsers ? 1 : 0);

            if (callType == MISSED_TYPE) {