summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/PhoneAccountHandle.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for APi reviewYorke Lee2015-05-121-1/+1
| | | | | | | | | Move CameraCapabilities into VideoProfile Make PhoneAccount and PhoneAccountHandle final Bug: 21040387 Bug: 21066505 Change-Id: I72453c89ae3765f9b9cf263938fce96d5978d2e0
* Make Telecom/InCallUI APIs publicJay Shrauner2015-04-151-5/+0
| | | | | Bug:20260870 Change-Id: Ie3a2db0685664f2f1ceea8f40b1249d01e9385b8
* Small update to PhoneAccountHandle ID javadoc.Santos Cordon2015-02-191-0/+3
| | | | Change-Id: I31832347689e1e9291cd6b9c100918668fa4b056
* Unhide telecom APIs needed by ContactsBrian Attwell2015-02-041-9/+8
| | | | | | | | | | | | | | | | | * Removed @SystemApi and @hide from some telecom classes and APIs * Stopped using explicit @link's to ConnectionService, so that I didn't need to unhide ConnectionService * Added @SystemApi to hidden methods inside classes that I removed @SystemApi from. * Ran update-api. This picked up unrelated Math changes from b/11388705. Unbundling Bug: 18777272 Bug: 11388705 Change-Id: I218e0c3c0ae515d3deb2d3b67657db45a0bad999
* Associate a UserHandle with each PhoneAccountHandleEvan Charlton2014-12-051-7/+32
| | | | | | | | | | | | | | This needs to be tracked so that connections get directed to the correct user. This is not a public API; rather, it will be populated and read only by the Telecom service. Expose a new capability, CAPABILITY_MULTI_USER which can be used by system-privileged apps to indicate that this PhoneAccount may be used by any user on the device. Bug: 17421902 Bug: 17421044 Change-Id: I673904a7ae038c88688bba62642e93174e55c308
* Apply @hide / @SystemApi to android.telecom.*Evan Charlton2014-11-101-0/+3
| | | | | | | | Move the android.telecom.* namespace back to @hide, and also mark it with @SystemApi so that system-privileged apps can use them. Bug: 18302450 Change-Id: I33ae1b9b0dfdb1c5eff51ca3c829196bcfc9411c
* More updates to javadocs for Telecom APIs.Santos Cordon2014-10-291-1/+10
| | | | Change-Id: I8f8389f521c0d654c9bfdc3ad9670be0d118f480
* MR1 - Adding more Telecom state dumping.Tyler Gunn2014-09-301-1/+3
| | | | | | | | - Add toString for PhoneAccount class for use when dumping state. - Call Log.pii for PhoneAccountHandle mId since it may contain pii (eg sip uri). Bug: 17730966 Change-Id: Iddbd949b42704405de558f8ed8c4449242b74870
* Revert "@hide ConnectionService APIs."Evan Charlton2014-09-241-3/+0
| | | | This reverts commit 86935c406e4a8bb0e2ad871b51009f3603df9e87.
* @hide ConnectionService APIs.Tyler Gunn2014-09-231-0/+3
| | | | | Bug: 17569532 Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-0/+120
- 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