summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/InCallService.java
Commit message (Collapse)AuthorAgeFilesLines
...
| * DO NOT MERGE Remove deprecated telecom APIs. Mark others final.Jay Shrauner2015-04-151-1/+1
| | | | | | | | | | Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
* | Remove deprecated VideoCallListener methods.Andrew Lee2015-04-161-14/+0
| | | | | | | | | | | | | | | | These shouldn't be needed because the video call APIs were never previously made public. Bug: 20160491 Change-Id: Ic9c5d0d1e8618bfe61f8905d4afaeaa37f51c915
* | Merge "Fix comment typos. =("Andrew Lee2015-04-161-2/+2
|\ \
| * | Fix comment typos. =(Andrew Lee2015-04-161-2/+2
| | | | | | | | | | | | | | | Bug:20160491 Change-Id: I1782f6a0c5597f937c8882c6c94740c63cd63b53
* | | Merge "Unfinal getPhone."Santos Cordon2015-04-161-1/+7
|\ \ \ | |/ / |/| |
| * | Unfinal getPhone.Santos Cordon2015-04-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The change to make it final was breaking existing apps. ...and other changes. Bug: 20283873 Change-Id: I8db4243850ad15f688dbca59ff5427b4799cbd1b
* | | Merge "Rename Call*Listener to Call*Callback."Andrew Lee2015-04-161-11/+24
|\ \ \ | |/ / |/| |
| * | Rename Call*Listener to Call*Callback.Andrew Lee2015-04-161-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | Deprecate the existing Listener methods and interfaces so that they can be replaced. Bug: 20160491 Change-Id: I11c104c625b03751f3792fc4367883c18c6e2d54
* | | Move Phone.java APIs into InCallServiceSantos Cordon2015-04-161-2/+153
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This change is one step in the right direction of getting rid of Phone.java. Phone.java was deemed superfluous and this change moves the methods previously exposed in Phone.java into InCallService. This was done by having InCallService listen to Phone and pipe the calls as appropriate. However, state still lives in Phone and we eventually want to move that code into InCallService. That will be done in a later CL. Bug: 20160495 Change-Id: Id142431c253c1f24f260da42e8bedd1eb2ce448b
* | Make Telecom/InCallUI APIs publicJay Shrauner2015-04-151-6/+0
| | | | | | | | | | Bug:20260870 Change-Id: Ie3a2db0685664f2f1ceea8f40b1249d01e9385b8
* | Remove deprecated telecom APIs. Mark others final.Jay Shrauner2015-04-141-1/+1
|/ | | | | Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
* IMS-VT: Upgrade/Downgrade changeRekha Kumar2015-04-011-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Add isVideo API to VideoProfile.VideoState IMS-VT: Fix propagation of device orientation. Orientation received at VT Service is incorrect. Fixed propagation of device orientation to VT service. IMS-VT: Upgrade fix -Add session modify call timed out constant Notify listeners of video quality changed event - Propagate the video quality changed message to the UI. IMS: Add support for video quality - Add Config interface to get/set video quality IMS-VT: Multitasking feature -Support for video multitasking IMS-VT: Modification of data usage aidl Change data usage aidl interface to take parameter type long instead of int Change-Id: I7cda2a689edb86d025dfe8efc8f573918c4bd6bc Propagate the call substate changed message to the UI IMS-VT: Add call modifiable capability PhoneCapababilities call type modifiable constant added IMS-VT: Add a bit mask CALL_SUBSTATE_ALL with all call substate bits set IMS-VT: Enable Video conferencing. Enable Video conferencing. Change-Id: I4240aa6f32c75d6eea8a41da3c87bca651f0901b IMS-VT: Add hide for setVideoProvider API Observed compilation error for SDK generation due to setVideoProvider API. Marking setVideoProvider as hide inorder to resolve the compilation error. IMS-VT: Add persist.radio.ims.audio.output for VT calls -- Add persist.radio.ims.audio.output to set the default speaker for VT calls. -- Add required constants IMS-VT: Add additional error codes for upgrade downgrade -Add support to send additional error codes to UI during upgrade downgrade. Change-Id: Id452d225098fe3bccdcd37d242985c5c761144c1
* Make add-call a global property of telecom. (1/4)Santos Cordon2014-11-101-0/+10
| | | | | | | | ADD_CALL didn't make sense as a property of Connection or Call. This changes it to be a global property instead. Bug: 18285352 Change-Id: I658e7a6977a848600272cde2914612c8691bb801
* Fix NPE crash when mPhone is nullJay Shrauner2014-09-221-0/+4
| | | | | Bug:17609710 Change-Id: Idb99feb6f15fd29809adde51cda1eb0d44e20101
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-0/+365
- Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638