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.
Constants | |
---|---|
String |
CONTENT_ITEM_TYPE
This constant was deprecated
in API level 5.
see |
String |
CONTENT_TYPE
This constant was deprecated
in API level 5.
see |
String |
DEFAULT_SORT_ORDER
This constant was deprecated
in API level 5.
see |
String |
GROUP_ANDROID_STARRED
This constant was deprecated
in API level 5.
see |
String |
GROUP_MY_CONTACTS
This constant was deprecated
in API level 5.
see |
Inherited constants |
---|
From
interface
android.provider.BaseColumns
|
From
interface
android.provider.Contacts.GroupsColumns
|
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
This field was deprecated
in API level 5.
see |
public
static
final
Uri |
DELETED_CONTENT_URI
This field was deprecated
in API level 5.
see |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String CONTENT_ITEM_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The MIME type of a CONTENT_URI
subdirectory of a single
group.
Constant Value: "vnd.android.cursor.item/contactsgroup"
String CONTENT_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The MIME type of CONTENT_URI
providing a directory of
groups.
Constant Value: "vnd.android.cursor.dir/contactsgroup"
String DEFAULT_SORT_ORDER
This constant was deprecated
in API level 5.
see ContactsContract
The default sort order for this table
Constant Value: "name ASC"
String GROUP_ANDROID_STARRED
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: "Starred in Android"
String GROUP_MY_CONTACTS
This constant was deprecated
in API level 5.
see ContactsContract
The "My Contacts" system group.
Constant Value: "Contacts"
Uri CONTENT_URI
This field was deprecated
in API level 5.
see ContactsContract
The content:// style URL for this table
Uri DELETED_CONTENT_URI
This field was deprecated
in API level 5.
see ContactsContract
The content:// style URL for the table that holds the deleted groups.