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 |
String |
CONTENT_TYPE
This constant is deprecated.
see |
String |
DEFAULT_SORT_ORDER
This constant is deprecated.
see |
String |
GROUP_ANDROID_STARRED
This constant is deprecated.
see |
String |
GROUP_MY_CONTACTS
This constant is deprecated.
see |
Inherited constants |
---|
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
This field is deprecated.
see |
public
static
final
Uri |
DELETED_CONTENT_URI
This field is deprecated.
see |
Inherited methods | |
---|---|
Constants
CONTENT_ITEM_TYPE
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
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
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
public static final String GROUP_ANDROID_STARRED
This constant is deprecated.
see ContactsContract
Constant Value: "Starred in Android"
GROUP_MY_CONTACTS
public static final String GROUP_MY_CONTACTS
This constant is deprecated.
see ContactsContract
The "My Contacts" system group.
Constant Value: "Contacts"
Fields
CONTENT_URI
public static final Uri CONTENT_URI
This field is deprecated.
see ContactsContract
The content:// style URL for this table
DELETED_CONTENT_URI
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.