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

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

Merge "Adds ACCESS_CLASS_BLOCKED DisconnectCause"

am: 9f1c5080

Change-Id: I31eae1ebcccf7555bd5bf694422bb340d93502a9
parents 49d5c528 9f1c5080
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1824,6 +1824,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {

            case ImsReasonInfo.CODE_WIFI_LOST:
                return DisconnectCause.WIFI_LOST;

            case ImsReasonInfo.CODE_ACCESS_CLASS_BLOCKED:
                return DisconnectCause.IMS_ACCESS_BLOCKED;
            default:
        }