Since: API Level 5
protected static interface

ContactsContract.RawContactsColumns

android.provider.ContactsContract.RawContactsColumns
Known Indirect Subclasses

Summary

Constants
String AGGREGATION_MODE The aggregation mode for this contact.
String CONTACT_ID A reference to the _ID that this data belongs to.
String DELETED The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.

Constants

public static final String AGGREGATION_MODE

Since: API Level 5

The aggregation mode for this contact.

Type: INTEGER

Constant Value: "aggregation_mode"

public static final String CONTACT_ID

Since: API Level 5

A reference to the _ID that this data belongs to.

Type: INTEGER

Constant Value: "contact_id"

public static final String DELETED

Since: API Level 5

The "deleted" flag: "0" by default, "1" if the row has been marked for deletion. When delete(Uri, String, String[]) is called on a raw contact, it is marked for deletion and removed from its aggregate contact. The sync adaptor deletes the raw contact on the server and then calls ContactResolver.delete once more, this time passing the CALLER_IS_SYNCADAPTER query parameter to finalize the data removal.

Type: INTEGER

Constant Value: "deleted"