* commit '75371fd7eeda52cb04a77b4e218c470c79e20402': MSIM IMS: convert to phone ID based selection.
This commit is contained in:
@@ -32,7 +32,7 @@ import android.os.Message;
|
|||||||
* {@hide}
|
* {@hide}
|
||||||
*/
|
*/
|
||||||
interface IImsService {
|
interface IImsService {
|
||||||
int open(int serviceClass, in PendingIntent incomingCallIntent,
|
int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent,
|
||||||
in IImsRegistrationListener listener);
|
in IImsRegistrationListener listener);
|
||||||
void close(int serviceId);
|
void close(int serviceId);
|
||||||
boolean isConnected(int serviceId, int serviceType, int callType);
|
boolean isConnected(int serviceId, int serviceType, int callType);
|
||||||
@@ -53,18 +53,18 @@ interface IImsService {
|
|||||||
/**
|
/**
|
||||||
* Config interface to get/set IMS service/capability parameters.
|
* Config interface to get/set IMS service/capability parameters.
|
||||||
*/
|
*/
|
||||||
IImsConfig getConfigInterface();
|
IImsConfig getConfigInterface(int phoneId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used for turning on IMS when its in OFF state.
|
* Used for turning on IMS when its in OFF state.
|
||||||
*/
|
*/
|
||||||
void turnOnIms();
|
void turnOnIms(int phoneId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used for turning off IMS when its in ON state.
|
* Used for turning off IMS when its in ON state.
|
||||||
* When IMS is OFF, device will behave as CSFB'ed.
|
* When IMS is OFF, device will behave as CSFB'ed.
|
||||||
*/
|
*/
|
||||||
void turnOffIms();
|
void turnOffIms(int phoneId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ECBM interface for Emergency Callback mode mechanism.
|
* ECBM interface for Emergency Callback mode mechanism.
|
||||||
|
|||||||
Reference in New Issue
Block a user