diff options
author | Omkar Kolangade <omkark@codeaurora.org> | 2015-01-31 17:28:15 +0530 |
---|---|---|
committer | Pavel Zhamaitsiak <pavelz@google.com> | 2015-03-25 12:25:29 -0700 |
commit | faf7ce03c2bb21b5f541f9e3e0e5b76de14ac7d3 (patch) | |
tree | 890e1db167adb2e4e31bb91eefdaa425743e4798 /telephony | |
parent | 56789fdb1a90075845c96536658ba501415b9633 (diff) | |
download | frameworks_base-faf7ce03c2bb21b5f541f9e3e0e5b76de14ac7d3.zip frameworks_base-faf7ce03c2bb21b5f541f9e3e0e5b76de14ac7d3.tar.gz frameworks_base-faf7ce03c2bb21b5f541f9e3e0e5b76de14ac7d3.tar.bz2 |
IMS: UT ServiceClass
When CF and CW MMI request will be triggered,
user preferred serviceclass will be sent to
the lower layers.
Change-Id: I230c59ec1ab0832e24755d5ba497b2b5e0749ec1
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsUt.aidl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsUt.aidl b/telephony/java/com/android/ims/internal/IImsUt.aidl index 50a0169..c531ea5 100644 --- a/telephony/java/com/android/ims/internal/IImsUt.aidl +++ b/telephony/java/com/android/ims/internal/IImsUt.aidl @@ -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. |