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

Commit 6a9942b8 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Revert "Add call answered timestamp into call extra"

Revert submission 24315051-cherrypick-cherrypick-call_answered_time-wvoy2t8g9x-lkjoge0zens

Reason for revert: This has caused a performance regression in call answering times.  See b/311076360.

Reverted changes: /q/submissionid:24315051-cherrypick-cherrypick-call_answered_time-wvoy2t8g9x-lkjoge0zens

Change-Id: I758451caf7b896c238c677769ae6af3703f4f687
parent 4bf4ede9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2888,10 +2888,6 @@ 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,