summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/ConnectionService.java
Commit message (Collapse)AuthorAgeFilesLines
* Creating connections for conference event package participants.Tyler Gunn2014-10-301-0/+57
| | | | | | | | | | | | | - Add "addExistingConnection" method to connection service which provides a way for a connection service to notify telecom of a pre-existing connection (connections are normally created through telecom). - Modify TelephonyConferenceController to retrieve its state from a multiparty connection in the conference (in the case of IMS calls, this would be the ImsCall that manages the conference) instead of just taking the first one. Bug: 18057361 Change-Id: I26993aec54ecb0ce90ae6983fd3eed9d8d0a5773
* am 770ed6ec: Fix build breakYorke Lee2014-10-071-0/+2
|\ | | | | | | | | * commit '770ed6ec920ec10798c5b7a7b4850ccc0b2a531f': Fix build break
| * Fix build breakYorke Lee2014-10-071-0/+2
| | | | | | | | | | | | Bug: 16852844 Change-Id: I227aab0afdf4a5a5cd5dc38e7af055b7a1b94729 (cherry picked from commit 9858af0ec68ad28db60047587c8eb6232b4a6591)
* | am 7e552595: am 4c334f3d: Merge "Add ability to add sim-initiated MO call to ↵Yorke Lee2014-10-071-7/+29
|\ \ | |/ | | | | | | | | | | UI (2/4)" into lmp-dev * commit '7e552595bda0825787820e3d9bb58b5fad32cd01': Add ability to add sim-initiated MO call to UI (2/4)
| * Add ability to add sim-initiated MO call to UI (2/4)Yorke Lee2014-10-061-7/+29
| | | | | | | | | | | | | | | | | | Add supporting (hidden) APIs to TelecomManager to add the ability to add a previous unknown call to Telecom Bug: 17787391 Change-Id: Ibdfaee81a55e11451c146751cf970980dccad435
* | resolved conflicts for merge of ead63f02 to lmp-mr1-devIhab Awad2014-10-011-7/+21
|\ \ | |/ | | | | Change-Id: I20d5f9d8aae82f0cb6f0ebf2ac1cb0af05eb8c9b
| * Refine implementation of GSM conferences (1/3)Ihab Awad2014-09-301-7/+21
| | | | | | | | | | Bug: 17684223 Change-Id: I05d05b594803ea2c1da4247111b70ad5f870ac46
* | Revert "@hide ConnectionService APIs."Evan Charlton2014-09-241-3/+0
|/ | | | This reverts commit 86935c406e4a8bb0e2ad871b51009f3603df9e87.
* Fixing ConcurrentModificationException.mike dooley2014-09-231-5/+5
| | | | | | | Implementing review feedback. Bug: 17572658 Change-Id: I3a060d21669a58188a24c5d6ec5fefcbca45a976
* @hide ConnectionService APIs.Tyler Gunn2014-09-231-0/+3
| | | | | Bug: 17569532 Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
* Merge "Add missing methods to Conference object" into lmp-devYorke Lee2014-09-171-3/+15
|\
| * Add missing methods to Conference objectYorke Lee2014-09-151-3/+15
| | | | | | | | | | | | | | | | Add setAudioState, onPlayDtmf and onStopDtmf to the conference object. This fixes DTMF tones for conference calls. Bug: 17512380 Change-Id: Ice9403d3d750131f077a3ea129b7f67430c68348
* | Fix disconnect log printf in ConnectionService.Andrew Lee2014-09-161-1/+1
| | | | | | | | | | Bug: 17534940 Change-Id: I41499701d1f7a3ab0816624d27094c6c86fb5b01
* | Add new DisconnectCause class to telecomm.Andrew Lee2014-09-161-9/+8
|/ | | | | | | | | | | | | | | | + Add a hidden "UNKNOWN" default type to ToneGenerator. - Hide the Telephony DisconnectCause from the public API. + Add a Telecomm DisconnectCause. This is parcelable, and contains information (code, user facing message, non-user facing reason, and tone) to help describe the disconnect state and what behaviors an application can implement for the user experience. This reduces the causes for a disconnect to a more generic set. + Lots of work to pipe this through. DisconnectCause replaces the code and message which were formerly passed around. Bug: 17241433 Bug: 17329632 Change-Id: I9d337e478a8784bcc0ade02267c2df52cac9bf17
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-0/+973
- 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