summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-17 20:16:49 -0700
committerYorke Lee <yorkelee@google.com>2014-03-20 11:48:12 -0700
commite5c5236faa007d2bb52af9e83618efc859a93682 (patch)
tree5ae2ae2b4f98beea79adaa0b526d078dea0d7d71 /tests
parent41c1628fa3b213af51e362c2e5ddaee7dec819ee (diff)
downloadandroid_packages_apps_ContactsCommon-e5c5236faa007d2bb52af9e83618efc859a93682.tar.gz
android_packages_apps_ContactsCommon-e5c5236faa007d2bb52af9e83618efc859a93682.tar.bz2
android_packages_apps_ContactsCommon-e5c5236faa007d2bb52af9e83618efc859a93682.zip
Remove unused fields in ContactLoader
RawContacts.ACCOUNT_TYPE_AND_DATA_SET Data.RES_PACKAGE These fields are private in ContactsContract and are not actually used anywhere else within Contacts or Dialer. Bug: 6948882 Change-Id: Ie5ca6d9c37fa40f2c5d7d27e15fdbf745f8fc74f
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/contacts/common/model/ContactLoaderTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
index 94c64ebb..2f1318ac 100644
--- a/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
+++ b/tests/src/com/android/contacts/common/model/ContactLoaderTest.java
@@ -301,7 +301,7 @@ public class ContactLoaderTest extends LoaderTestCase {
Contacts.Entity.RAW_CONTACT_ID,
RawContacts.ACCOUNT_NAME, RawContacts.ACCOUNT_TYPE,
- RawContacts.DATA_SET, RawContacts.ACCOUNT_TYPE_AND_DATA_SET,
+ RawContacts.DATA_SET,
RawContacts.DIRTY, RawContacts.VERSION, RawContacts.SOURCE_ID,
RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4,
RawContacts.DELETED, RawContacts.NAME_VERIFIED,
@@ -313,7 +313,7 @@ public class ContactLoaderTest extends LoaderTestCase {
Data.DATA11, Data.DATA12, Data.DATA13, Data.DATA14, Data.DATA15,
Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4,
Data.DATA_VERSION, Data.IS_PRIMARY,
- Data.IS_SUPER_PRIMARY, Data.MIMETYPE, Data.RES_PACKAGE,
+ Data.IS_SUPER_PRIMARY, Data.MIMETYPE,
GroupMembership.GROUP_SOURCE_ID,