summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-13.0Michael Bestas2019-08-1014-242/+6
| | | | Change-Id: Ie08fafc18aaf787c429821687e53746aa9cc3ac2
* Automatic translation importreplicant-6.0-0004-rc1Abhisek Devkota2017-12-133-0/+63
| | | | Change-Id: I29bfc4384af26b05707fd503fb3adb2172f3e171
* Automatic translation importreplicant-6.0-0003replicant-6.0-0002replicant-6.0-0001Abhisek Devkota2017-04-281-2/+0
| | | | Change-Id: I987ca92267405cfcf568b8dad7f2a878aa5cc908
* Automatic translation importAbhisek Devkota2017-02-191-0/+21
| | | | Change-Id: Ib0b4023e384c906df1cb73d321a6ba3bf542dd44
* Automatic translation importpinky@build012016-08-290-0/+0
| | | | | Change-Id: I342b83969ed8f86200f8677b5b206c576f0bf593 Ticket: -
* Automatic translation importpinky@build012016-08-273-0/+63
| | | | | Change-Id: I85fccd369ae864ea8fe4f833fa039b51c3e57383 Ticket: -
* Automatic translation importblinky@build012016-08-131-0/+2
| | | | | Change-Id: I9f514dd91c5afbf357912ea0af263a1540c18fa3 Ticket: -
* Automatic translation importinky@build012016-06-171-0/+2
| | | | Change-Id: I295075a0e5fa943b6afff8f512a5d647ef31954f
* Automatic translation importMichael Bestas2016-04-161-0/+21
| | | | Change-Id: Ia76e63707971ceb87d76eef2010d5106d8fdd39c
* Automatic translation importMichael Bestas2016-04-061-0/+21
| | | | Change-Id: Ife861e4269002591c015428628428337859bd740
* Automatic translation importMichael Bestas2016-03-282-0/+42
| | | | Change-Id: I41d6773898bbac952d8a87b2f7acd57e3710367d
* [3/4] Account for extra bundle in testsStephen Bird2016-03-161-1/+3
| | | | Change-Id: Ie6b57988eb111a128490bee3301c89d6c1acd8d0
* Automatic translation importMichael Bestas2016-03-0513-0/+273
| | | | Change-Id: I8d2034682035880d2aa63c21fbbb3d5a24a31f35
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-077-15/+51
|\ | | | | | | | | | | https://android.googlesource.com/platform/packages/providers/CallLogProvider into HEAD Android 6.0.1 release 3
| * Add a check for full-memory-backup user awareness.Santos Cordon2015-10-137-15/+51
|/ | | | | | | Also, update the package name of CallLogBackupAgent. Bug: 24783945 Change-Id: Iccf88af058260bc94ac6837868c4da692427f464
* Mark missed calls as read in calllog restore(1/2)Roshan Pius2015-08-041-1/+1
| | | | | | | | | | | | | | | When missed calls are restored by CalllogBackupAgent using the addCall API of CallLog provider, we were setting the IS_READ flag to 0 which resulted in user getting a missed call notifications for all missed calls after restore. Adding a new addCall API signature which can specify the value to be put in the IS_READ field when a call is added to the calllog provider. This will be used by the CallLogBackupAgent to mark all restored missed calls as read. BUG: 22908952 Change-Id: Ie8e6619b75801c8f0ba4f554a5c3e67a7ad706dd
* Fix the Oem marker written to Call log backup.Roshan Pius2015-07-291-1/+1
| | | | | | | | | | | The addCallToBackup() of CallLogBackupAgent.java wrote the OEM maker as: data.wirteInt(END_OEM_DATA_MAKER + 1) but while restoring it, we just readInt() and compare the retrieved marker with END_OEM_DATA_MAKER, so it always fails. Detected via CTS test failure in b/22776570. BUG: 22776570 Change-Id: Ifc76ae9e66deec81edd2b049116f0eb6d260adf9
* Allow OEMS to write proprietary data within calllog backup.Santos Cordon2015-07-151-1/+106
| | | | | | Bug: 22504838 Change-Id: I6b6340b15528867c2874b6c8d42a5128b5b39571
* Stop checking OWNER user in calllog backup.Santos Cordon2015-07-061-10/+5
| | | | | | | | | | | | | Only OWNER supports backup today so this check is unnecessary. It also happens to have been written backwards and was only running for non-owners. Also, calllog entries can have a null handle if manually entered through the call log APIs. Add code to manage null-value smoothly when restoring the call log from backup. Bug: 22299502 Change-Id: I047a0282888fec03f904fbbfe39ac49f3d93886d
* CallLogProvider does not use cleartext network traffic.Alex Klyubin2015-05-201-1/+2
| | | | | | | | | | This declares to the platform and tools that this provider does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this provider. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: Ia10db29151645242a6758a1a4205280adb6e9e29
* Move Call Log backup into it's own package.Santos Cordon2015-03-069-8/+792
| | | | | | | | | | | | | Moves the call log backup from the contacts provider into it's own package. This should make it easier to support backup through the same package name for OEMs which revise (and rename) the contacts provider. Also add a CallLogChangeReceiver to receive notices from the CallLogProvider when the call log changes. When this happens, the receiver notifies the backup manager that it should run a backup at it's earliest convenience. Change-Id: I5774bba333a83adf53e1733f80a3df9e8140adb8
* Add new empty project for CallLogProviderSantos Cordon2015-01-139-0/+64
| | | | | | Contents copied mostly from ContactsProvider. Change-Id: Ib9e272052456e175057730af9d73c701b1e053fa
* Initial empty repositoryBaligh Uddin2015-01-120-0/+0