public
static
final
class
Contacts.GroupMembership
extends Object
implements
BaseColumns,
Contacts.GroupsColumns
| java.lang.Object | |
| ↳ | android.provider.Contacts.GroupMembership |
This class was deprecated
in API level 5.
see ContactsContract
Constants | |
|---|---|
String |
CONTENT_DIRECTORY
This constant was deprecated
in API level 5.
see |
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_ID
This constant was deprecated
in API level 5.
see |
String |
GROUP_SYNC_ACCOUNT
This constant was deprecated
in API level 5.
see |
String |
GROUP_SYNC_ACCOUNT_TYPE
This constant was deprecated
in API level 5.
see |
String |
GROUP_SYNC_ID
This constant was deprecated
in API level 5.
see |
String |
PERSON_ID
This constant was deprecated
in API level 5.
see |
Inherited constants |
|---|
android.provider.BaseColumns
|
android.provider.Contacts.GroupsColumns
|
Fields | |
|---|---|
public
static
final
Uri |
CONTENT_URI
This field was deprecated
in API level 5.
see |
public
static
final
Uri |
RAW_CONTENT_URI
This field was deprecated
in API level 5.
see |
Inherited methods | |
|---|---|
java.lang.Object
| |
String CONTENT_DIRECTORY
This constant was deprecated
in API level 5.
see ContactsContract
The directory twig for this sub-table
Constant Value: "groupmembership"
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
person group.
Constant Value: "vnd.android.cursor.item/contactsgroupmembership"
String CONTENT_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The MIME type of CONTENT_URI providing a directory of all
person groups.
Constant Value: "vnd.android.cursor.dir/contactsgroupmembership"
String DEFAULT_SORT_ORDER
This constant was deprecated
in API level 5.
see ContactsContract
The default sort order for this table
Constant Value: "group_id ASC"
String GROUP_ID
This constant was deprecated
in API level 5.
see ContactsContract
The row id of the accounts group.
Type: TEXT
Constant Value: "group_id"
String GROUP_SYNC_ACCOUNT
This constant was deprecated
in API level 5.
see ContactsContract
The account of the group.
Type: TEXT
Constant Value: "group_sync_account"
String GROUP_SYNC_ACCOUNT_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The account type of the group.
Type: TEXT
Constant Value: "group_sync_account_type"
String GROUP_SYNC_ID
This constant was deprecated
in API level 5.
see ContactsContract
The sync id of the group.
Type: TEXT
Constant Value: "group_sync_id"
String PERSON_ID
This constant was deprecated
in API level 5.
see ContactsContract
The row id of the person.
Type: TEXT
Constant Value: "person"
Uri CONTENT_URI
This field was deprecated
in API level 5.
see ContactsContract
The content:// style URL for this table
Uri RAW_CONTENT_URI
This field was deprecated
in API level 5.
see ContactsContract
The content:// style URL for this table