java.lang.Object | |
↳ | android.provider.HtcContactsContract.HtcStructuredName |
Common data definition for HTC name
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name pattern for simplified chinese
Type: TEXT
MIME type used when storing this in data table.
The name that should be used to display the contact. Unstructured component of the name should be consistent with its structured representation.
Type: TEXT
The family name for the contact.
Type: TEXT
The given name for the contact.
Type: TEXT
The contact's middle name
Type: TEXT
The phonetic version of the family name for the contact.
Type: TEXT
The phonetic version of the given name for the contact.
Type: TEXT
The phonetic version of the additional name for the contact.
Type: TEXT
The contact's honorific prefix, e.g. "Sir"
Type: TEXT
The contact's honorific suffix, e.g. "Jr"
The name pattern for traditional chinese
Type: TEXT