public static final class

HtcContactsContract.Groups

extends Object
java.lang.Object
   ↳ android.provider.HtcContactsContract.Groups

Summary

Constants
String CONTENT_ITEM_NAME_SYMMARY_TYPE The MIME type of a CONTENT_URI sub-directory of a single sim contacts table
String DEFAULT_GROUP_FAVORITE
String DEFAULT_GROUP_FAVORITE_CHECKNAME
String DEFAULT_GROUP_FAVORITE_DISPLAY_NAME
String DEFAULT_GROUP_HTC_FAVORITE
String DEFAULT_GROUP_IMPORTANCE
String DEFAULT_GROUP_IMPORTANCE_CHECKNAME
String DEFAULT_GROUP_IMPORTANCE_DISPLAY_NAME
String EXTRA_GROUP_NAME
String GROUP_PHOTO
Fields
public static final Uri CONTENT_NAME_LIST_URI The content:// style URI for this table joined with details data from
public static final Uri CONTENT_NAME_SUMMARY_URI The content:// style URI for this table joined with details data from
public static final Uri DELETE_CONTENT_URI The content:// style URI for this table
public static final Uri MEMBER_CONTENT_URI The content:// style URI for this table
Public Methods
static Intent getViewFavoriteIntent()
Get the intent to view favorite group detail
final static Intent getViewGroupIntentByName(String name)
Get the intent to view group detail of given name
final static String showDisplayGroupName(String name)
It is not use and replaced by the API of com.htc.contacts.ContactUtility.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_ITEM_NAME_SYMMARY_TYPE

The MIME type of a CONTENT_URI sub-directory of a single sim contacts table

Constant Value: "vnd.android.cursor.item/group_name_summary"

public static final String DEFAULT_GROUP_FAVORITE

Constant Value: "Favorite_8656150684447252476_6727701920173350445"

public static final String DEFAULT_GROUP_FAVORITE_CHECKNAME

Constant Value: "Favorite_8656150684447252476_6727701920173350445"

public static final String DEFAULT_GROUP_FAVORITE_DISPLAY_NAME

Constant Value: "Favorites"

public static final String DEFAULT_GROUP_HTC_FAVORITE

Constant Value: "HTC Favorite"

public static final String DEFAULT_GROUP_IMPORTANCE

Constant Value: "VIP"

public static final String DEFAULT_GROUP_IMPORTANCE_CHECKNAME

Constant Value: "VIP"

public static final String DEFAULT_GROUP_IMPORTANCE_DISPLAY_NAME

Constant Value: "VIP"

public static final String EXTRA_GROUP_NAME

Constant Value: "GROUP_NAME"

public static final String GROUP_PHOTO

Constant Value: "photo"

Fields

public static final Uri CONTENT_NAME_LIST_URI

The content:// style URI for this table joined with details data from

public static final Uri CONTENT_NAME_SUMMARY_URI

The content:// style URI for this table joined with details data from

public static final Uri DELETE_CONTENT_URI

The content:// style URI for this table

public static final Uri MEMBER_CONTENT_URI

The content:// style URI for this table

Public Methods

public static Intent getViewFavoriteIntent ()

Get the intent to view favorite group detail

Returns
  • The view intent

public static final Intent getViewGroupIntentByName (String name)

Get the intent to view group detail of given name

Parameters
name The group name you are going to view
Returns
  • The view intent

public static final String showDisplayGroupName (String name)

It is not use and replaced by the API of com.htc.contacts.ContactUtility.