| java.lang.Object | |
| ↳ | android.provider.HtcUnionContact.SimpleContactInfo |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | HAS_PHOTO | The person has photo or not
Type: boolean |
|||||||||
| String | LOOKUP | The lookup key of this contact
Type: string |
|||||||||
| String | NAME | The person name
Type: String |
|||||||||
| String | NUMBER | The number you are going to dial out
Type: String |
|||||||||
| String | NUMBER_TYPE | The type of the number you are going to dial out
Type: int |
|||||||||
| String | PERSON_ID | The key of person id
Type: String |
|||||||||
| String | PERSON_LOOKUP_KEY | The lookup key of person
Type: String |
|||||||||
| String | RAW_CONTACT_ID | The raw contact id
Type: long |
|||||||||
| String | RECORD_NUMBER | The record number if it is a sim contact
Type: long |
|||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bHasPhoto | this contact has photo ID or not | ||||||||||
| lookup | The lookup key of contact table | ||||||||||
| name | The display name | ||||||||||
| number | The number | ||||||||||
| numberType | the number type | ||||||||||
| personId | contac Id of contact table | ||||||||||
| personIdString |
This field is deprecated.
see personId
|
||||||||||
| raw_contact_id | the id in raw_contacts | ||||||||||
| recordNumber | The record number if it is a SIM contact | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The person has photo or not
Type: boolean
The lookup key of this contact
Type: string
The person name
Type: String
The number you are going to dial out
Type: String
The type of the number you are going to dial out
Type: int
The key of person id
Type: String
The lookup key of person
Type: String
The raw contact id
Type: long
The record number if it is a sim contact
Type: long