summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorPavel Zhamaitsiak <pavelz@google.com>2015-03-25 23:04:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-03-25 23:04:21 +0000
commitcf9f5a16fb9daae3a18546d601da008df1cc63c6 (patch)
treef16a33271cbeda97f5ffee0c4d8ec737a40a011b /telephony/java/com/android
parent6a037241d51190368cd78bb5b3a3f4ddf4df857a (diff)
parentd3b6cbe172f429038894b1fae09fb72e8a646519 (diff)
downloadframeworks_base-cf9f5a16fb9daae3a18546d601da008df1cc63c6.zip
frameworks_base-cf9f5a16fb9daae3a18546d601da008df1cc63c6.tar.gz
frameworks_base-cf9f5a16fb9daae3a18546d601da008df1cc63c6.tar.bz2
Merge "IMS: UT ServiceClass" into lmp-mr1-wfc-dev
automerge: d3b6cbe * commit 'd3b6cbe172f429038894b1fae09fb72e8a646519': IMS: UT ServiceClass
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r--telephony/java/com/android/ims/internal/IImsUt.aidl5
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.