OSDN Git Service

IMS: UT ServiceClass
authorOmkar Kolangade <omkark@codeaurora.org>
Sat, 31 Jan 2015 11:58:15 +0000 (17:28 +0530)
committerPavel Zhamaitsiak <pavelz@google.com>
Wed, 25 Mar 2015 19:25:29 +0000 (12:25 -0700)
When CF and CW MMI request will be triggered,
user preferred serviceclass will be sent to
the lower layers.

Change-Id: I230c59ec1ab0832e24755d5ba497b2b5e0749ec1

telephony/java/com/android/ims/internal/IImsUt.aidl

index 50a0169..c531ea5 100644 (file)
@@ -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.