Contacts.Groups

public static final class Contacts.Groups
extends Object implements BaseColumns, Contacts.GroupsColumns

java.lang.Object
   ↳ android.provider.Contacts.Groups


This class was deprecated in API level 5.
see ContactsContract

This table contains the groups for an account.

Summary

Constants

String CONTENT_ITEM_TYPE

This constant is deprecated. see ContactsContract

String CONTENT_TYPE

This constant is deprecated. see ContactsContract

String DEFAULT_SORT_ORDER

This constant is deprecated. see ContactsContract

String GROUP_ANDROID_STARRED

This constant is deprecated. see ContactsContract

String GROUP_MY_CONTACTS

This constant is deprecated. see ContactsContract

Inherited constants

Fields

public static final Uri CONTENT_URI

This field is deprecated. see ContactsContract

public static final Uri DELETED_CONTENT_URI

This field is deprecated. see ContactsContract

Inherited methods

Constants

CONTENT_ITEM_TYPE

Added in API level 1
public static final String CONTENT_ITEM_TYPE

This constant is deprecated.
see ContactsContract

The MIME type of a CONTENT_URI subdirectory of a single group.

Constant Value: "vnd.android.cursor.item/contactsgroup"

CONTENT_TYPE

Added in API level 1
public static final String CONTENT_TYPE

This constant is deprecated.
see ContactsContract

The MIME type of CONTENT_URI providing a directory of groups.

Constant Value: "vnd.android.cursor.dir/contactsgroup"

DEFAULT_SORT_ORDER

Added in API level 1
public static final String DEFAULT_SORT_ORDER

This constant is deprecated.
see ContactsContract

The default sort order for this table

Constant Value: "name ASC"

GROUP_ANDROID_STARRED

Added in API level 1
public static final String GROUP_ANDROID_STARRED

This constant is deprecated.
see ContactsContract

Constant Value: "Starred in Android"

GROUP_MY_CONTACTS

Added in API level 1
public static final String GROUP_MY_CONTACTS

This constant is deprecated.
see ContactsContract

The "My Contacts" system group.

Constant Value: "Contacts"

Fields

CONTENT_URI

Added in API level 1
public static final Uri CONTENT_URI

This field is deprecated.
see ContactsContract

The content:// style URL for this table

DELETED_CONTENT_URI

Added in API level 1
public static final Uri DELETED_CONTENT_URI

This field is deprecated.
see ContactsContract

The content:// style URL for the table that holds the deleted groups.