History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/RawContact.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d7705a1b6595b57e250f21856c01bf734aa4d5fd 27-Aug-2014 Yorke Lee <yorkelee@google.com> 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
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/RawContact.java
e5c5236faa007d2bb52af9e83618efc859a93682 18-Mar-2014 Yorke Lee <yorkelee@google.com> 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
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/RawContact.java
5ade0bb1757b216ace2f50d2357409bf9876a07a 28-Oct-2013 Yorke Lee <yorkelee@google.com> Move ContactLoader related code to ContactsCommon

This CL simply moves classes from Contacts into ContactsCommon.

This is needed so that Dialer can use ContactLoader related code
for b/11294679. A ContactLoader will also be needed in the future
to allow InCallUI to download hi-res photos while in call.

Bug: 11294679
Change-Id: If56a60aed2003ac7b8fcedac7ce4f1a7503bce94
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/RawContact.java