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

Commit 9188be02 authored by Qing Zhong's avatar Qing Zhong Committed by Android (Google) Code Review
Browse files

Merge "Add call answered timestamp into call extra" into main

parents 9787ba52 4bf4ede9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2930,6 +2930,10 @@ public class CallsManager extends Call.ListenerBase
            call.answer(videoState);
        } else {
            // Hold or disconnect the active call and request call focus for the incoming call.
            Bundle bundle = new Bundle();
            bundle.putLong(TelecomManager.EXTRA_CALL_ANSWERED_TIME_MILLIS,
                     mClockProxy.currentTimeMillis());
            call.putConnectionServiceExtras(bundle);
            holdActiveCallForNewCall(call);
            mConnectionSvrFocusMgr.requestFocus(
                    call,