summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorSuchand Ghosh <suchan@codeaurora.org>2014-09-22 11:38:22 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:28:24 -0600
commiteb4fa8cd3f2fa5a0181d4711e458d4e0e64c1ee1 (patch)
treed6caabb9efc043a1aa7afeb9255e009a2f981e5e /telecomm/java/com
parentf654a16191c0daf0e5d6d2a2cd7eed5cd2d70b93 (diff)
downloadframeworks_base-eb4fa8cd3f2fa5a0181d4711e458d4e0e64c1ee1.zip
frameworks_base-eb4fa8cd3f2fa5a0181d4711e458d4e0e64c1ee1.tar.gz
frameworks_base-eb4fa8cd3f2fa5a0181d4711e458d4e0e64c1ee1.tar.bz2
IMS: Conference URI support.
Add Telephony extras EXTRAS_IS_CONFERENCE_URI, EXTRA_DIAL_CONFERENCE_URI which will require by Telecomm, TeleService, Telephony, Framework, IMS framework etc. IMS: Allow placeCall with complete uri Add extra "org.codeaurora.extra.SKIP_SCHEMA_PARSING". Application need to set the intent extra to dial with complete uri. IMS: Add participant support. Add Phone Capabilities ADD_PARTICIPANT and Telephony Property ADD_PARTICIPANT_KEY. IMS: Allow add participant with normal IMS call We should allow add participant with normal IMS call to make it conference. Send add participant through existing connection of normal IMS call. IMS: Add Participant support. Do not create new connection while add participant with existing call. Rather send add participant request through IMSConference. Change-Id: I5052710a2d11a57331bdfbe64247e6a39bf9147a
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IConnectionService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
index 7dc062af..23d70d5 100644
--- a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
+++ b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
@@ -73,4 +73,6 @@ oneway interface IConnectionService {
void onPostDialContinue(String callId, boolean proceed);
void setLocalCallHold(String callId, boolean lchState);
+
+ void addParticipantWithConference(String callId, String recipients);
}