From 9a4f1624059a1074aa170c28f9410fce6b2a65de Mon Sep 17 00:00:00 2001 From: Suresh Koleti Date: Fri, 26 Feb 2016 17:53:57 +0530 Subject: IMS: Add support of notifyPreciseCallState for multi sim Extend notifyPreciseCallState for multi SIM. Change-Id: I52adcd55462d6ceae5defacbbe2cb057f4484099 CRs-Fixed: 957251 --- telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'telephony') diff --git a/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl b/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl index 76b69ce..ecb7dfe 100644 --- a/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl @@ -61,6 +61,8 @@ interface ITelephonyRegistry { void notifyCellInfo(in List cellInfo); void notifyPreciseCallState(int ringingCallState, int foregroundCallState, int backgroundCallState); + void notifyPreciseCallStateForSubscriber(int subId, int ringingCallState, + int foregroundCallState, int backgroundCallState); void notifyDisconnectCause(int disconnectCause, int preciseDisconnectCause); void notifyPreciseDataConnectionFailed(String reason, String apnType, String apn, String failCause); -- cgit v1.1