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

Commit 39bc96c9 authored by Grace Jia's avatar Grace Jia Committed by Automerger Merge Worker
Browse files

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the...

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the ConnectionRequest when creating an conference." am: dc553ddc am: 08a27941 am: 4f027491

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1392889

Change-Id: I660714b704fde22e8d39b0ad56f277d837cfe72f
parents a7aa44ef 4f027491
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1207,6 +1207,10 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                mPendingResponses.put(callId, response);

                Bundle extras = call.getIntentExtras();
                if (extras == null) {
                    extras = new Bundle();
                }
                extras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);

                Log.addEvent(call, LogUtils.Events.START_CONFERENCE,
                        Log.piiHandle(call.getHandle()));