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

Commit c5b20601 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

Merge "Expose ImsCallProfile.EXTRA_CONFERENCE and EXTRA_CONFERENCE_AVAIL."

parents e3fad17a 593608c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1525,6 +1525,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            ImsCallProfile profile = mImsManager.createCallProfile(serviceType, callType);
            if (conn.isAdhocConference()) {
                profile.setCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE, true);
                // Also set value for EXTRA_CONFERENCE_DEPRECATED in case receivers are using old
                // values.
                profile.setCallExtraBoolean(ImsCallProfile.EXTRA_CONFERENCE_DEPRECATED, true);
            }
            profile.setCallExtraInt(ImsCallProfile.EXTRA_OIR, clirMode);
            profile.setCallExtraInt(ImsCallProfile.EXTRA_RETRY_CALL_FAIL_REASON,