- 08 Aug, 2014 1 commit
-
-
Andrew Lee authored
+ Implements ConnectionService.VideoCallProvider as ImsVideoCallProviderWrapper. ConnectionService treats this as the concrete implementation of VideoCallProvider. In detail though, it is a wrapper around ImsVideoCallProvider which should be extended in ImsService and implements the actual video call provider functionality. This wrapper intermediates communication for commands sent through Telephony and carried out in ImsService. It also implements the callback class whose binder is provided to the ImsVideoCallProvider. + ImsVideoCallProvider is an abstract class which defines functionality which satisfies ConnectionService.VideoCallProvider. We don't directly extend VideoCallProvider because of the inter-process communication necessary across Telephony and ImsService. This class provides a binder which is passed to the ImsVideoCallProviderWrapper. + Implement getVideoCallProvider on ImsCallSession. Bug: 16886403 Change-Id: I9b995baa74149b3c046789f797ab0ff49ae7165b
-
- 05 Aug, 2014 1 commit
-
-
Shriram Ganesh authored
ImsUt and ImsUtInterface are being modified for supporting call barring and propagation of string error codes from the Ims Service layer. Change-Id: I66fdbbd175c13261c283627999f37071259f7a6a
-
- 04 Aug, 2014 1 commit
-
-
Etan Cohen authored
Change-Id: I863fb0b268315821fa1a0a3246ca60323e9f7585
-
- 03 Aug, 2014 1 commit
-
-
Uma Maheswari Ramalingam authored
Code for adding ECBM functionality for IMS. Change-Id: I2833c81baf0a55a18ac6433c47fd76bad7cf0ec9
-
- 25 Jul, 2014 1 commit
-
-
Etan Cohen authored
Change-Id: I5ab50e570d06865b3b12a65454c0d4b2803c4ffc
-
- 24 Jul, 2014 1 commit
-
-
ram authored
Change-Id: Ie2ea119086d7beaee38f39881d3987b87b7a11ea
-
- 21 Jul, 2014 1 commit
-
-
Tyler Gunn authored
- Modifying "accept" in ImsCall to pass along the accepted call type. Bug: 15893156 Change-Id: Ie4f171b56d7026b2620f81cd4075b8d0c0e98abe
-
- 15 Jul, 2014 1 commit
-
-
Etan Cohen authored
Added support to handle IMS in MSIM scenarios. Supports an ImsService interface per subscription. Note: These individual ImsService interfaces can be implemented on a single or multiple IMS stacks. Change-Id: I6d4ce7dd1cc6f75f89a41951ef8fce78afde811c
-
- 11 Jul, 2014 1 commit
-
-
Libin.Tang@motorola.com authored
Change-Id: I5f422aae105cbf8e85aee711aaa49b5d2e958573
-
- 01 Jul, 2014 3 commits
-
-
Brian Carlstrom authored
Change-Id: I5277275687849c7aeca7204d839f00fccf16a885
-
Etan Cohen authored
Change-Id: I7d15b092feb8fa0eaf6764223d5890ed17c3a143
-
Uma Maheswari Ramalingam authored
Currently for conference operation, apps sends out hold request followed by merge. Certain IMS service implementation will execute merge operation without waiting for apps to put the call on hold explicitly. For these scenarios, block hold request based on the config value. Change-Id: I1aec0f95381d43b3f7f1704fce988f0796839c36
-
- 25 Jun, 2014 1 commit
-
-
Wink Saville authored
Move aidl files from frameworks/opt/net/ims to frameworks/base so lpdk compiles. The reason is lpdk doesn't have frameworks/base sources so references to Pending and Bundle in aidl files breaks the pdk build. I had to move all of them and the ims/*java files for dependency reasons. Change-Id: I92452562591b157cecdfc01bcd892c4f35f5965c
-
- 11 Jun, 2014 1 commit
-
-
Wink Saville authored
Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
-
- 25 Nov, 2013 1 commit
-
-
Geoff Mendal authored
-