|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Contacts.GroupMembership
public static final class Contacts.GroupMembership
| Field Summary | |
|---|---|
static String |
CONTENT_DIRECTORY
The directory twig for this sub-table |
static String |
CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single
person group. |
static String |
CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of all
person groups. |
static Uri |
CONTENT_URI
The content:// style URL for this table |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static String |
GROUP_ID
The row id of the accounts group. |
static String |
GROUP_SYNC_ACCOUNT
The account of the group. |
static String |
GROUP_SYNC_ID
The sync id of the group. |
static String |
PERSON_ID
The row id of the person. |
static Uri |
RAW_CONTENT_URI
The content:// style URL for this table |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.Contacts.GroupsColumns |
|---|
NAME, NOTES, SHOULD_SYNC, SYSTEM_ID |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final Uri RAW_CONTENT_URI
public static final String CONTENT_DIRECTORY
public static final String CONTENT_TYPE
CONTENT_URI providing a directory of all
person groups.
public static final String CONTENT_ITEM_TYPE
CONTENT_URI subdirectory of a single
person group.
public static final String DEFAULT_SORT_ORDER
public static final String GROUP_ID
Type: TEXT
public static final String GROUP_SYNC_ID
Type: TEXT
public static final String GROUP_SYNC_ACCOUNT
Type: TEXT
public static final String PERSON_ID
Type: TEXT
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||