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

Commit 791a8f50 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android Partner Code Review
Browse files

Merge "IMS: Notify supplementary service failed for call hold failures" into mm-wireless-dev

parents 46125b65 5326ba5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public interface PhoneInternalInterface {
    }

    enum SuppService {
      UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME;
      UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME, HOLD;
    }

    // "Features" accessible through the connectivity manager
+1 −0
Original line number Diff line number Diff line
@@ -1359,6 +1359,7 @@ public final class ImsPhoneCallTracker extends CallTracker {
                        sendEmptyMessageDelayed(EVENT_HANGUP_PENDINGMO, TIMEOUT_HANGUP_PENDINGMO);
                    }
                }
                mPhone.notifySuppServiceFailed(Phone.SuppService.HOLD);
            }
            mEventLog.writeOnImsCallHoldFailed(imsCall.getCallSession(), reasonInfo);
        }