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

Commit cf9f5a16 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by android-build-merger
Browse files

Merge "IMS: UT ServiceClass" into lmp-mr1-wfc-dev

automerge: d3b6cbe1

* commit 'd3b6cbe1':
  IMS: UT ServiceClass
parents 6a037241 d3b6cbe1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -79,12 +79,13 @@ interface IImsUt {
    /**
     * Updates the configuration of the call forward.
     */
    int updateCallForward(int action, int condition, String number, int timeSeconds);
    int updateCallForward(int action, int condition, String number,
            int serviceClass, int timeSeconds);

    /**
     * Updates the configuration of the call waiting.
     */
    int updateCallWaiting(boolean enable);
    int updateCallWaiting(boolean enable, int serviceClass);

    /**
     * Updates the configuration of the CLIR supplementary service.