Loading src/com/android/server/telecom/CallsManager.java 100644 → 100755 +4 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
src/com/android/server/telecom/CallsManager.java 100644 → 100755 +4 −0 Original line number Diff line number Diff line Loading @@ -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, Loading