android.provider
public
static
interface
android.provider.Contacts.GroupsColumns
android.provider.Contacts.GroupsColumns |
|
Columns from the groups table.
Known Indirect Subclasses
Summary
Constants
|
|
|
Value |
|
String |
NAME |
The group name. |
"name" |
String |
NOTES |
Notes about the group. |
"notes" |
String |
SHOULD_SYNC |
Whether this group should be synced if the SYNC_EVERYTHING settings is false
for this group's account. |
"should_sync" |
String |
SYSTEM_ID |
The ID of this group if it is a System Group, null otherwise. |
"system_id" |
Details
Constants
public
static
final
String
NAME
The group name.
Type: TEXT
Constant Value:
"name"
public
static
final
String
NOTES
Notes about the group.
Type: TEXT
Constant Value:
"notes"
public
static
final
String
SHOULD_SYNC
Whether this group should be synced if the SYNC_EVERYTHING settings is false
for this group's account.
Type: INTEGER (boolean)
Constant Value:
"should_sync"
public
static
final
String
SYSTEM_ID
The ID of this group if it is a System Group, null otherwise.
Type: TEXT
Constant Value:
"system_id"