History log of /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/DatabaseAsserts.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e5bd832dd7743f98fd816f7e6568f715015764bd 18-Jul-2015 Zheng Fu <zhengfu@google.com> Fix failing tests due to logic changes in the new aggregator.

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
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/DatabaseAsserts.java
8ed367fdc0b086d54c489f68d555e2f0a4035f63 12-Mar-2013 Chiao Cheng <chiaocheng@google.com> Adding contacts delta api.

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
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/DatabaseAsserts.java