diff options
author | Etan Cohen <etancohen@google.com> | 2015-04-24 13:43:36 -0700 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2015-04-24 13:43:36 -0700 |
commit | fa96c94c3046a726d558462e09ba04801d105a02 (patch) | |
tree | 8ababdefbe32afd53788930b66cbbcc447840069 /telephony/java | |
parent | 5a4ee7b62ecf680c4408c0cc0cccf7780bdfa0ce (diff) | |
parent | 9561e7410b39da22c45ba3e423b1361735ccec3e (diff) | |
download | frameworks_base-fa96c94c3046a726d558462e09ba04801d105a02.zip frameworks_base-fa96c94c3046a726d558462e09ba04801d105a02.tar.gz frameworks_base-fa96c94c3046a726d558462e09ba04801d105a02.tar.bz2 |
Merge commit '9561e74' into merge2
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl b/telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl index 84d1c545..0443c3e 100644 --- a/telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl +++ b/telephony/java/com/android/ims/internal/IImsCallSessionListener.aidl @@ -115,4 +115,12 @@ interface IImsCallSessionListener { * - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO} */ void callSessionTtyModeReceived(in IImsCallSession session, in int mode); + + /** + * Notifies of a change to the multiparty state for this {@code ImsCallSession}. + * + * @param session The call session. + * @param isMultiParty {@code true} if the session became multiparty, {@code false} otherwise. + */ + void callSessionMultipartyStateChanged(in IImsCallSession session, in boolean isMultiParty); } |