Since: API Level 5
protected static interface

ContactsContract.GroupsColumns

android.provider.ContactsContract.GroupsColumns
Known Indirect Subclasses

Summary

Constants
String DELETED The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.
String GROUP_VISIBLE Flag indicating if the contacts belonging to this group should be visible in any user interface.
String NOTES Notes about the group.
String SHOULD_SYNC Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.
String SUMMARY_COUNT The total number of Contacts that have ContactsContract.CommonDataKinds.GroupMembership in this group.
String SUMMARY_WITH_PHONES The total number of Contacts that have both ContactsContract.CommonDataKinds.GroupMembership in this group, and also have phone numbers.
String SYSTEM_ID The ID of this group if it is a System Group, i.e.
String TITLE The display title of this group.

Constants

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 group, it is marked for deletion. The sync adaptor deletes the group on the server and then calls ContactResolver.delete once more, this time setting the the CALLER_IS_SYNCADAPTER query parameter to finalize the data removal.

Type: INTEGER

Constant Value: "deleted"

public static final String GROUP_VISIBLE

Since: API Level 5

Flag indicating if the contacts belonging to this group should be visible in any user interface.

Type: INTEGER (boolean)

Constant Value: "group_visible"

public static final String NOTES

Since: API Level 5

Notes about the group.

Type: TEXT

Constant Value: "notes"

public static final String SHOULD_SYNC

Since: API Level 5

Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account.

Type: INTEGER (boolean)

Constant Value: "should_sync"

public static final String SUMMARY_COUNT

Since: API Level 5

The total number of Contacts that have ContactsContract.CommonDataKinds.GroupMembership in this group. Read-only value that is only present when querying CONTENT_SUMMARY_URI.

Type: INTEGER

Constant Value: "summ_count"

public static final String SUMMARY_WITH_PHONES

Since: API Level 5

The total number of Contacts that have both ContactsContract.CommonDataKinds.GroupMembership in this group, and also have phone numbers. Read-only value that is only present when querying CONTENT_SUMMARY_URI.

Type: INTEGER

Constant Value: "summ_phones"

public static final String SYSTEM_ID

Since: API Level 5

The ID of this group if it is a System Group, i.e. a group that has a special meaning to the sync adapter, null otherwise.

Type: TEXT

Constant Value: "system_id"

public static final String TITLE

Since: API Level 5

The display title of this group.

Type: TEXT

Constant Value: "title"