Android
android.provider
public static final class

android.provider.Contacts.Groups

java.lang.Object
android.provider.Contacts.Groups BaseColumns Contacts.GroupsColumns

This table contains the groups for an account.

Summary

Constants

      Value  
String  CONTENT_ITEM_TYPE  The MIME type of a CONTENT_URI subdirectory of a single group.  "vnd.android.cursor.item/contactsgroup" 
String  CONTENT_TYPE  The MIME type of CONTENT_URI providing a directory of groups.  "vnd.android.cursor.dir/contactsgroup" 
Uri  CONTENT_URI  The content:// style URL for this table      
String  DEFAULT_SORT_ORDER  The default sort order for this table   "name ASC" 
Uri  DELETED_CONTENT_URI  The content:// style URL for the table that holds the deleted groups.     
String  GROUP_ANDROID_STARRED    "Starred in Android" 
String  GROUP_MY_CONTACTS  The "My Contacts" system group.  "Contacts" 
String  NON_SYNCABLE_ACCOUNT  Used to indicate that this account is not synced   "non_syncable" 
String  _SYNC_ACCOUNT  The account that was used to sync the entry to the device.  "_sync_account" 
String  _SYNC_DIRTY  Used to indicate that local, unsynced, changes are present.  "_sync_dirty" 
String  _SYNC_ID  The unique ID for a row assigned by the sync source.  "_sync_id" 
String  _SYNC_LOCAL_ID  Used in temporary provider while syncing, always NULL for rows in persistent providers.  "_sync_local_id" 
String  _SYNC_MARK  Used only in persistent providers, and only during merging.  "_sync_mark" 
String  _SYNC_TIME  The last time, from the sync source's point of view, that this row has been synchronized.  "_sync_time" 
String  _SYNC_VERSION  The version of the row, as assigned by the server.  "_sync_version" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.GroupsColumns
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_ITEM_TYPE

The MIME type of a CONTENT_URI subdirectory of a single group.
Constant Value: "vnd.android.cursor.item/contactsgroup"

public static final String CONTENT_TYPE

The MIME type of CONTENT_URI providing a directory of groups.
Constant Value: "vnd.android.cursor.dir/contactsgroup"

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "name ASC"

public static final Uri DELETED_CONTENT_URI

The content:// style URL for the table that holds the deleted groups.

public static final String GROUP_ANDROID_STARRED

Constant Value: "Starred in Android"

public static final String GROUP_MY_CONTACTS

The "My Contacts" system group.
Constant Value: "Contacts"

public static final String NON_SYNCABLE_ACCOUNT

Used to indicate that this account is not synced
Constant Value: "non_syncable"

public static final String _SYNC_ACCOUNT

The account that was used to sync the entry to the device.

Type: TEXT

Constant Value: "_sync_account"

public static final String _SYNC_DIRTY

Used to indicate that local, unsynced, changes are present.

Type: INTEGER (long)

Constant Value: "_sync_dirty"

public static final String _SYNC_ID

The unique ID for a row assigned by the sync source. NULL if the row has never been synced.

Type: TEXT

Constant Value: "_sync_id"

public static final String _SYNC_LOCAL_ID

Used in temporary provider while syncing, always NULL for rows in persistent providers.

Type: INTEGER (long)

Constant Value: "_sync_local_id"

public static final String _SYNC_MARK

Used only in persistent providers, and only during merging.

Type: INTEGER (long)

Constant Value: "_sync_mark"

public static final String _SYNC_TIME

The last time, from the sync source's point of view, that this row has been synchronized.

Type: INTEGER (long)

Constant Value: "_sync_time"

public static final String _SYNC_VERSION

The version of the row, as assigned by the server.

Type: TEXT

Constant Value: "_sync_version"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56