public static final class

HtcContactsContract.HtcStructuredName

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

Class Overview

Common data definition for HTC name

Summary

Constants
String CN_NAME_PATTERN The name pattern for simplified chinese

Type: TEXT

String CONTENT_ITEM_TYPE MIME type used when storing this in data table.
String DISPLAY_NAME The name that should be used to display the contact.
String FAMILY_NAME The family name for the contact.
String GIVEN_NAME The given name for the contact.
String MIDDLE_NAME The contact's middle name

Type: TEXT

String PHONETIC_FAMILY_NAME The phonetic version of the family name for the contact.
String PHONETIC_GIVEN_NAME The phonetic version of the given name for the contact.
String PHONETIC_MIDDLE_NAME The phonetic version of the additional name for the contact.
String PREFIX The contact's honorific prefix, e.g.
String SUFFIX The contact's honorific suffix, e.g.
String TW_NAME_PATTERN The name pattern for traditional chinese

Type: TEXT

[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CN_NAME_PATTERN

The name pattern for simplified chinese

Type: TEXT

Constant Value: "data10"

public static final String CONTENT_ITEM_TYPE

MIME type used when storing this in data table.

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

public static final String DISPLAY_NAME

The name that should be used to display the contact. Unstructured component of the name should be consistent with its structured representation.

Type: TEXT

Constant Value: "data1"

public static final String FAMILY_NAME

The family name for the contact.

Type: TEXT

Constant Value: "data3"

public static final String GIVEN_NAME

The given name for the contact.

Type: TEXT

Constant Value: "data2"

public static final String MIDDLE_NAME

The contact's middle name

Type: TEXT

Constant Value: "data5"

public static final String PHONETIC_FAMILY_NAME

The phonetic version of the family name for the contact.

Type: TEXT

Constant Value: "data9"

public static final String PHONETIC_GIVEN_NAME

The phonetic version of the given name for the contact.

Type: TEXT

Constant Value: "data7"

public static final String PHONETIC_MIDDLE_NAME

The phonetic version of the additional name for the contact.

Type: TEXT

Constant Value: "data8"

public static final String PREFIX

The contact's honorific prefix, e.g. "Sir"

Type: TEXT

Constant Value: "data4"

public static final String SUFFIX

The contact's honorific suffix, e.g. "Jr"

Constant Value: "data6"

public static final String TW_NAME_PATTERN

The name pattern for traditional chinese

Type: TEXT

Constant Value: "data11"