From d7705a1b6595b57e250f21856c01bf734aa4d5fd Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 26 Aug 2014 16:20:02 -0700 Subject: API changes for ContactsContract * Remove usages of NAME_VERIFIED * Update ContactLoader tests * Also fix broken unit tests as a result of ProviderInfo not having an authority. Bug: 17253963 Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c --- tests/src/com/android/contacts/common/model/ContactLoaderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/src') diff --git a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java index 22086bd3..a16cda91 100644 --- a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java +++ b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java @@ -304,7 +304,7 @@ public class ContactLoaderTest extends LoaderTestCase { RawContacts.DATA_SET, RawContacts.DIRTY, RawContacts.VERSION, RawContacts.SOURCE_ID, RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, - RawContacts.DELETED, RawContacts.NAME_VERIFIED, + RawContacts.DELETED, Contacts.Entity.DATA_ID, @@ -344,7 +344,7 @@ public class ContactLoaderTest extends LoaderTestCase { "mockAccountName", "mockAccountType", null, 0, 1, 0, "sync1", "sync2", "sync3", "sync4", - 0, 0, + 0, dataId, -- cgit v1.2.3