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

Commit 844e68ae authored by pengfeix's avatar pengfeix Committed by Linux Build Service Account
Browse files

Add UT interface to query call forward setting for service class.

Current interface doesnot take any service class argument.
Add a new API for querying call forward status based on service
class

Change-Id: I62904ba59ec2d9175f0e131582d758caec57cc0c
CRs-Fixed: 1015144
parent 29e40a45
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -111,4 +111,9 @@ interface IImsUt {
     * Sets the listener.
     */
    void setListener(in IImsUtListener listener);

    /**
      * Retrieves the configuration of the call forward for specified service class.
      */
    int queryCFForServiceClass(int condition, String number, int serviceClass);
}