summaryrefslogtreecommitdiffstats
path: root/src/com/android/server/telecom/TelecomServiceImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Telecom: refresh missed call notification on locale changeRoman Birg2016-04-221-0/+18
* Merge tag 'android-6.0.1_r24' into HEADJessica Wagantall2016-04-051-0/+18
|\
| * DO NOT MERGE Check PAH in addNewIncomingCallBrad Ebinger2016-03-011-0/+18
* | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/pa...staging/cm-13.0+r22Steve Kondik2016-03-111-1/+14
|\|
| * Fix log message for phone-account unregistration.Bryce Lee2015-10-281-2/+2
| * Broadcast when a phone account is unregistered.Bryce Lee2015-10-281-1/+14
* | Merge tag 'android-6.0.1_r3' into cm-13.0Ethan Chen2015-12-071-1/+1
|\|
| * DO NOT MERGE Fix getAllPhoneAccounts() api methodTyler Gunn2015-10-161-1/+1
| * Enforce CALL_PHONE permission for default/system dialer for non emergency callsYorke Lee2015-08-291-1/+11
* | Telecom : Ensure null is returned for no dialer packageDanesh M2015-11-061-1/+6
* | Telecomm : Allow multiple default dialersDanesh M2015-11-051-5/+2
* | MSIM: Add support for DSDA.Sandeep Kunta2015-10-061-0/+24
* | Enforce CALL_PHONE permission for default/system dialer for non emergency callsYorke Lee2015-08-311-1/+11
|/
* Add OrSelf to privileged permission check.Amit Mahajan2015-07-301-2/+3
* Add user ID parameter for getSimCallMangaerSailesh Nepal2015-07-281-1/+13
* Fixed typo (READ_PHONE_STATE to READ_PRIVILEGED_PHONE_STATE)Amit Mahajan2015-07-141-1/+1
* Add checks for READ_PRIVILEGED_PHONE_STATE.Amit Mahajan2015-07-141-5/+12
* Fix SecurityException when adding new incoming callYorke Lee2015-06-271-2/+8
* Disallow non-emergency outgoing calls without CALL_PHONE permissionYorke Lee2015-06-231-1/+4
* Change Sim Call Managers to use default dialer app instead.Santos Cordon2015-06-181-36/+11
* Merge "Send broadcast when default dialer changes" into mnc-devYorke Lee2015-06-151-1/+12
|\
| * Send broadcast when default dialer changesYorke Lee2015-06-151-1/+12
* | Merge "Remove some dead code in TelecomServiceImpl" into mnc-devSailesh Nepal2015-06-151-10/+0
|\ \ | |/ |/|
| * Remove some dead code in TelecomServiceImplSailesh Nepal2015-06-141-10/+0
* | Allow PSTN phone account for incoming calls from connection managerSailesh Nepal2015-06-141-6/+11
|/
* Fail PhoneAccount addition if device is not voice capable.Roshan Pius2015-06-111-0/+5
* Reduce log level for "not visible for calling user" logs.Roshan Pius2015-06-091-7/+7
* Remove permission checks for registerPhoneAccountYorke Lee2015-06-041-6/+0
* Add ringer logging to telecom.Santos Cordon2015-06-031-0/+1
* Allow default dialer changes and phone account enable/disable via ADBYorke Lee2015-06-021-2/+17
* Protecting PII data.Santos Cordon2015-05-221-7/+7
* Merge "Provide enable property on phone accounts." into mnc-devSantos Cordon2015-05-191-3/+22
|\
| * Provide enable property on phone accounts.Santos Cordon2015-05-191-3/+22
* | Privileged dialers always have phone-related runtime permissionsYorke Lee2015-05-181-9/+20
* | TelecomServiceImpl permissions cleanupYorke Lee2015-05-181-21/+25
|/
* Add a slew of clearCallingIdentity() invocations to telecom.Santos Cordon2015-05-151-13/+62
* Fix crash caused by incorrect permission in TelecomServiceImpl.Sharvil Nanavati2015-05-141-11/+23
* Clean up PhoneAccountRegistrar.Santos Cordon2015-05-111-6/+5
* Add hidden methods to set/get default dialer across usersYorke Lee2015-05-041-1/+6
* Call restoreCallingIdentity in finally blockYorke Lee2015-05-041-12/+18
* Fix issues with UserManager.DISALLOW_OUTGOING_CALLYorke Lee2015-04-301-1/+3
* Add default dialer checks to Telecom/TelephonyYorke Lee2015-04-291-36/+28
* Simplify DefaultDialerManagerYorke Lee2015-04-281-6/+1
* Fix some logspamYorke Lee2015-04-271-1/+1
* Add some comments to TelecomServiceImplYorke Lee2015-04-241-0/+3
* Add APIs to getDefaultDialerPackage and getSystemDialerPackageYorke Lee2015-04-241-0/+24
* Handle outgoing call broadcast with Telecom's permissionsYorke Lee2015-04-241-0/+2
* Merge "Move CallState and rename PRE_DIAL_WAIT."Santos Cordon2015-04-241-1/+0
|\
| * Move CallState and rename PRE_DIAL_WAIT.Santos Cordon2015-04-231-1/+0
* | Add TelecomManager.placeCallYorke Lee2015-04-231-0/+27
|/