java.lang.Object | |
↳ | android.provider.Contacts.Groups |
This class is deprecated.
see ContactsContract
This table contains the groups for an account.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_ITEM_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | CONTENT_TYPE |
This constant is deprecated.
see ContactsContract
|
|||||||||
Uri | CONTENT_URI |
This constant is deprecated.
see ContactsContract
|
|||||||||
String | DEFAULT_SORT_ORDER |
This constant is deprecated.
see ContactsContract
|
|||||||||
Uri | DELETED_CONTENT_URI |
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
|
|||||||||
String | NON_SYNCABLE_ACCOUNT | Used to indicate that this account is not synced | |||||||||
String | NON_SYNCABLE_ACCOUNT_TYPE | Used to indicate that this account is not synced | |||||||||
String | _SYNC_ACCOUNT | The account that was used to sync the entry to the device. | |||||||||
String | _SYNC_ACCOUNT_TYPE | The type of the account that was used to sync the entry to the device. | |||||||||
String | _SYNC_DIRTY | Used to indicate that local, unsynced, changes are present. | |||||||||
String | _SYNC_ID | The unique ID for a row assigned by the sync source. | |||||||||
String | _SYNC_LOCAL_ID | Used in temporary provider while syncing, always NULL for rows in persistent providers. | |||||||||
String | _SYNC_MARK | Used only in persistent providers, and only during merging. | |||||||||
String | _SYNC_TIME | The last time, from the sync source's point of view, that this row has been synchronized. | |||||||||
String | _SYNC_VERSION | The version of the row, as assigned by the server. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.Contacts.GroupsColumns
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
This constant is deprecated.
see ContactsContract
The MIME type of a CONTENT_URI
subdirectory of a single
group.
This constant is deprecated.
see ContactsContract
The MIME type of CONTENT_URI
providing a directory of
groups.
This constant is deprecated.
see ContactsContract
The default sort order for this table
This constant is deprecated.
see ContactsContract
The content:// style URL for the table that holds the deleted groups.
This constant is deprecated.
see ContactsContract
The "My Contacts" system group.
Used to indicate that this account is not synced
Used to indicate that this account is not synced
The account that was used to sync the entry to the device.
Type: TEXT
The type of the account that was used to sync the entry to the device.
Type: TEXT
Used to indicate that local, unsynced, changes are present.
Type: INTEGER (long)
The unique ID for a row assigned by the sync source. NULL if the row has never been synced.
Type: TEXT
Used in temporary provider while syncing, always NULL for rows in persistent providers.
Type: INTEGER (long)
Used only in persistent providers, and only during merging.
Type: INTEGER (long)
The last time, from the sync source's point of view, that this row has been synchronized.
Type: INTEGER (long)
The version of the row, as assigned by the server.
Type: TEXT