Merge "Add addRegistrationListener function to IImsService.aidl" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
644a00734f
@@ -38,8 +38,19 @@ interface IImsService {
|
||||
void close(int serviceId);
|
||||
boolean isConnected(int serviceId, int serviceType, int callType);
|
||||
boolean isOpened(int serviceId);
|
||||
|
||||
/**
|
||||
* Replace existing registration listener
|
||||
*
|
||||
*/
|
||||
void setRegistrationListener(int serviceId, in IImsRegistrationListener listener);
|
||||
|
||||
/**
|
||||
* Add new registration listener
|
||||
*/
|
||||
void addRegistrationListener(int phoneId, int serviceClass,
|
||||
in IImsRegistrationListener listener);
|
||||
|
||||
ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType);
|
||||
|
||||
IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile,
|
||||
|
||||
Reference in New Issue
Block a user