summaryrefslogtreecommitdiffstats
path: root/src/com/android/calllogbackup/CallLogBackupAgent.java
Commit message (Collapse)AuthorAgeFilesLines
* Add missing readString in call log restore.Tyler Gunn2019-04-091-0/+1
| | | | | | | | | | | The restore process was missing a "readString" which caused restore to fail. Test: Backup call log, factory reset, restore from backup. Fixes: 129934589 Merged-In: I0690feff54c73fc1a0843c6da1a6c46d45bf2d4e Change-Id: I0690feff54c73fc1a0843c6da1a6c46d45bf2d4e (cherry picked from commit b2cd821b472e982198f66a71f2e4aaa5f8854cfa)
* Remove call identification APIs.Tyler Gunn2019-04-011-54/+19
| | | | | | | | Removing the CallIdentification API surface. Test: Build, run tests. Bug: 129531123 Change-Id: I78d09939c17c5d50dd949c2c1abb9efc2594ded2
* Backup call identification information.Tyler Gunn2018-12-101-4/+72
| | | | | | | | Modify call log backup to back up the call identification information. Bug: 63966743 Test: Manual with test app. Change-Id: If8c8f76154171d7ed899a4be4519245fbd6d9a76
* [Call Screening]Logging of calls blocked by call blocking feature, call ↵tonyzhu2018-11-061-3/+27
| | | | | | | | | | screening app. Change method parameters to match the mothod involved. Bug: 113304142 Test: atest CallLogBackupAgentTest pass. Change-Id: Ia0d04b7f44a5dc9174f5bd5c5993d865342b47f1
* Ignore voicemails when backing up call logHall Liu2018-01-101-2/+2
| | | | | | | | | Voicemails are backed by durable carrier-side storage -- we don't need to back them up as part of the call log. Change-Id: Ib36590e4f5c67f6f33a95e7e3b63d8249c821699 Fixes: 69183635 Test: manual
* Remove preventBackup check in call log onRestoreShreyas Basarge2016-07-251-6/+0
| | | | | | | | | | Restore happens before the users gets to the screen asking for permission. Besides, if the backup data exists then the user had agreed to have data backed up on the old device. Bug: 30198445 Change-Id: I28bc88857bcf561f1b67cc989f9c0a64e014af3f
* Add VIA number column to CallLog BackupBrad Ebinger2016-03-231-2/+11
| | | | | | | | | | | Add a column to the CallLog Backup that records the secondary line number that an incoming call has been received on. More specifically, a call is assumed to be considered a "VIA number" if the call's incoming line number does not match the number registered with the SIM card. BUG: 25594198 Change-Id: I14c02e846e1382c3f14c3cc1947144ce310e4b8c
* Increment version number and add check for presence of post-dialHall Liu2015-12-041-9/+14
| | | | | | | | Increment the version number to 1004 and only load the post-dial digits from backup if the version number is >= 1004. Bug: 25861157 Change-Id: I7ccbc3bd50ba07382714528a4a7fc01e47234716
* Use new field addForAllUsers in CalllogBackupAgentTony Mak2015-11-251-4/+15
| | | | Change-Id: I7f65972fa851bc486f3eb2f2414456f90a31a816
* Add support for post dial digits to logsHall Liu2015-10-161-5/+9
| | | | | Bug: 24955678 Change-Id: I37c55887e21a216cf209dc0238e3f54671a8fc7c
* Add a check for full-memory-backup user awareness.Santos Cordon2015-10-131-0/+517
Also, update the package name of CallLogBackupAgent. Bug: 24783945 Change-Id: Iccf88af058260bc94ac6837868c4da692427f464