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

Commit 4bec95fc authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Remap CODE_REJECTED_ELSEWHERE to incoming rejected." into sc-dev am: 5ace0b1e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/15388814

Change-Id: I0a420bd5ff4b1221285522459f78d05c6a8cf74f
parents 58a5b422 5ace0b1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2715,6 +2715,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {

            case ImsReasonInfo.CODE_LOCAL_CALL_DECLINE:
            case ImsReasonInfo.CODE_REMOTE_CALL_DECLINE:
            case ImsReasonInfo.CODE_REJECTED_ELSEWHERE:
                // If the call has been declined locally (on this device), or on remotely (on
                // another device using multiendpoint functionality), mark it as rejected.
                return DisconnectCause.INCOMING_REJECTED;