summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/contacts/testutil/DatabaseAsserts.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing tests due to logic changes in the new aggregator.Zheng Fu2015-07-171-0/+15
| | | | | | | | | | 1. All the raw contacts with same name and no data will group together, so we need to assign different names in this test. 2. We don't have split step anymore, so there is no unpin operation. 3. Fix Long comparison in the aggregator. Bug:22566083 Change-Id: I1a963bf17866e7569012e4cceca034e7c8312aa3
* Adding contacts delta api.Chiao Cheng2013-04-081-0/+95
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