java.lang.Object | |
↳ | android.provider.HtcContactsContract.Contacts |
Extension for the contacts table operation in ContactsContract, which contains additional account merge information
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACCOUNT_AGGREGATED | The raw contact id that this account has been merged from, id will be seperated by ','. | |||||||||
String | ACCOUNT_COUNT | The number of source account that this contact has been merged from. | |||||||||
String | ACCOUNT_NAME | Account name this contact belongs to. | |||||||||
String | ACCOUNT_TYPE | Account type this contact belongs to. | |||||||||
String | DEFAULT_ACTION | Hide from SDK | |||||||||
String | EXT_ACCOUNT_TYPE | Hide from SDK | |||||||||
String | EXT_PHOTO_URL | Hide from SDK | |||||||||
String | INCLUDE_SIM_CONTACT_PARAMETER | Hide from SDK | |||||||||
String | INCLUDE_SIM_CONTACT_VALUE | Hide from SDK | |||||||||
String | SOURCE_ID | Source ID this contact belongs to. | |||||||||
String | STATUS_UPDATE_ID | Hide from SDK | |||||||||
String | VIP | The extra field for the VIP column
Type: Integer/P> |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URI for this table. | ||||||||||
GRUOP_FAVORITE_URI | Hide from SDK | ||||||||||
SIMPLE_CONTENT_URI |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build a where clause for CONTENT_URI to show only contacts those
with at least one phone number.
| |||||||||||
Build a where clause for CONTENT_URI to show only visible contacts,
which only includes those marking "display" in the display option.
| |||||||||||
Create a view content intent by given uri@return
| |||||||||||
Build a where clause for CONTENT_URI to include "My contact card" contact.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The raw contact id that this account has been merged from, id will be seperated by ','. For example, a contact that's merged of raw contact 2 and 4. This column will contain string value of 2,4
The number of source account that this contact has been merged from.
Account name this contact belongs to. This is only true if this account has not been merged.
Account type this contact belongs to. This is only true if this account has not been merged. (should say it only makes sense if this account has not been marged)
Hide from SDK
Hide from SDK
Hide from SDK
Hide from SDK
Hide from SDK
Source ID this contact belongs to. This is only true if this account has not been merged. (should say it only makes sense if this account has not been marged)
Hide from SDK
The extra field for the VIP column
Type: Integer/P>
The content:// style URI for this table. Unlike the one in ContactsContract, this one provide returns more fields on query.
Build a where clause for CONTENT_URI to show only contacts those with at least one phone number.
whereClause | input where clause to be appended |
---|
Build a where clause for CONTENT_URI to show only visible contacts, which only includes those marking "display" in the display option.
whereClause | input where clause to be appended |
---|
Create a view content intent by given uri@return
resolver | The content resolver |
---|---|
contactId | the contact is |
isSIM | It is a sim contact or not |
Build a where clause for CONTENT_URI to include "My contact card" contact.
whereClause | input where clause to be appended |
---|