Merge "IMS: UT ServiceClass" into lmp-mr1-wfc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3b6cbe172
@ -79,12 +79,13 @@ interface IImsUt {
|
|||||||
/**
|
/**
|
||||||
* Updates the configuration of the call forward.
|
* 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.
|
* 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.
|
* Updates the configuration of the CLIR supplementary service.
|
||||||
|
Reference in New Issue
Block a user