summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/TelecomManager.java
Commit message (Expand)AuthorAgeFilesLines
* Hide calllog entries for unregistered phone accountsSantos Cordon2015-03-051-0/+9
* Unhide telecom APIs needed by ContactsBrian Attwell2015-03-021-8/+0
* Add method in TelecomManager to return line1Number for a PhoneAccount.Nancy Chen2015-01-241-3/+23
* Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)Nancy Chen2014-12-041-0/+20
* Add system API to get registered connection managersSailesh Nepal2014-11-211-0/+10
* Apply @hide / @SystemApi to android.telecom.*Evan Charlton2014-11-101-2/+38
* Make APIs to get system phone accounts publicSailesh Nepal2014-11-061-4/+0
* Adn queries for multi-SIM. (2/3)Nancy Chen2014-11-031-1/+19
* Merge "Handle MMI for multi-SIM (1/3)" into lmp-mr1-devNancy Chen2014-10-311-0/+26
|\
| * Handle MMI for multi-SIM (1/3)Nancy Chen2014-10-311-0/+26
* | Merge "More updates to javadocs for Telecom APIs." into lmp-mr1-devSantos Cordon2014-10-301-2/+21
|\ \ | |/ |/|
| * More updates to javadocs for Telecom APIs.Santos Cordon2014-10-291-2/+21
* | Added a function to clear accounts for a specified package.Anthony Lee2014-10-281-0/+15
* | Add comment to TelecomManager.getCallStateYorke Lee2014-10-281-0/+5
|/
* Merge "Remove TODO in TelecomManager." into lmp-mr1-devTyler Gunn2014-10-231-1/+0
|\
| * Remove TODO in TelecomManager.Tyler Gunn2014-10-231-1/+0
* | Merge "Remove SystemApi annotations." into lmp-mr1-devSantos Cordon2014-10-231-5/+0
|\ \ | |/ |/|
| * Remove SystemApi annotations.Santos Cordon2014-10-231-5/+0
* | am a6a1c52f: Merge "Use Telecom API for checking if a number is voicemail (1/...Nancy Chen2014-10-171-0/+21
|\ \
| * | Use Telecom API for checking if a number is voicemail (1/2)Nancy Chen2014-10-161-0/+21
* | | am c913c2de: Merge "Revert "Add API method to extract subscription ID from ph...Nancy Chen2014-10-171-44/+0
|\ \ \ | |/ /
| * | Merge "Revert "Add API method to extract subscription ID from phone account (...Nancy Chen2014-10-161-44/+0
| |\ \
| | * | Revert "Add API method to extract subscription ID from phone account (1/3)"Nancy Chen2014-10-161-44/+0
* | | | am 9faf13b4: Merge "Add API method to extract subscription ID from phone acco...Nancy Chen2014-10-151-0/+44
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Add API method to extract subscription ID from phone account (1/3)" in...Nancy Chen2014-10-151-0/+44
| |\ \ | | |/
| | * Add API method to extract subscription ID from phone account (1/3)Nancy Chen2014-10-131-0/+44
* | | am 7e552595: am 4c334f3d: Merge "Add ability to add sim-initiated MO call to ...Yorke Lee2014-10-071-0/+36
|\ \ \ | |/ /
| * | Add ability to add sim-initiated MO call to UI (2/4)Yorke Lee2014-10-061-0/+36
| |/
* | am 25b85bcc: am 8f8bffa1: Merge "Add @SystemApi to missing TelecomManager met...Evan Charlton2014-10-021-0/+3
|\ \ | |/
| * Add @SystemApi to missing TelecomManager methodsEvan Charlton2014-10-021-0/+3
* | Revert "@hide ConnectionService APIs."Evan Charlton2014-09-241-13/+0
|/
* @hide ConnectionService APIs.Tyler Gunn2014-09-231-0/+13
* Replace get*PhoneAccounts* public API methods with new method (1/3)Nancy Chen2014-09-171-30/+45
* Merge "Remove ability to enable/disable phoneaccounts (1/6)" into lmp-devNancy Chen2014-09-171-56/+20
|\
| * Remove ability to enable/disable phoneaccounts (1/6)Nancy Chen2014-09-161-56/+20
* | No longer require READ_PHONE_STATE permission for getCallStateYorke Lee2014-09-151-4/+0
|/
* Pipe TelephonyManager.getCallState through TelecommManagerYorke Lee2014-09-141-1/+26
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-0/+873