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

Commit 5940fa8b authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Add IMEI_NOT_ACCEPTED error code for IMS"

am: 772d7786

Change-Id: Id710e743b6852a4a3ea992bdb426007d07e4e47f
parents aac81d10 772d7786
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1766,6 +1766,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            case ImsReasonInfo.CODE_FDN_BLOCKED:
                return DisconnectCause.FDN_BLOCKED;

            case ImsReasonInfo.CODE_IMEI_NOT_ACCEPTED:
                return DisconnectCause.IMEI_NOT_ACCEPTED;

            case ImsReasonInfo.CODE_ANSWERED_ELSEWHERE:
                return DisconnectCause.ANSWERED_ELSEWHERE;