summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/contacts/testutil/CommonDatabaseUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Sync call log entries from the primary user into the secondary user's call logYorke Lee2014-07-171-0/+16
| | | | | | | | | | | | On startup of a secondary user's call log provider, sync any call log entries from the primary user's call log that are: 1) Newer than the last sync time 2) Not a voicemail 3) Not a duplicate entry (identified by the number, and start time of the call) Bug: 16298776 Change-Id: I843dfd8dd5c9433942e610cbbc2dfed95c29dd1c
* PinnedPositions API changesYorke Lee2014-06-191-0/+18
| | | | | | | | | Add UNDEMOTE_METHOD that is called to undemote a contact Fix CP2 tests to use batch content provider operations instead of PinnedPositions.UPDATE_API Bug: 15593967 Change-Id: Id93c6ac0e214e59107725416b7865c56c9df32f3
* Adding contacts delta api.Chiao Cheng2013-04-081-0/+78
Updates and inserts can be detected through the use of a new timestamp field in the contacts table. Deletes can be detected by querying the new deleted_contacts table. Bug: 8182147 Change-Id: I5c1e596f4e1aa58528afc29396f79cb4051e229c