| android.provider.Contacts.PeopleColumns | 
|  Known Indirect Subclasses | 
 This interface was deprecated in API level 5.
 see ContactsContract 
Columns from the People table that other tables join into themselves.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CUSTOM_RINGTONE | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | DISPLAY_NAME | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | LAST_TIME_CONTACTED | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | NAME | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | NOTES | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | PHONETIC_NAME | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | PHOTO_VERSION | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | SEND_TO_VOICEMAIL | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | STARRED | This constant was deprecated in API level 5. see ContactsContract | |||||||||
| String | TIMES_CONTACTED | This constant was deprecated in API level 5. see ContactsContract | |||||||||
 This constant was deprecated in API level 5.
 see ContactsContract 
A custom ringtone associated with a person. Not always present.
Type: TEXT (URI to the ringtone)
 This constant was deprecated in API level 5.
 see ContactsContract 
The display name. If name is not null name, else if number is not null number, else if email is not null email.
Type: TEXT
 This constant was deprecated in API level 5.
 see ContactsContract 
The last time a person was contacted.
Type: INTEGER
 This constant was deprecated in API level 5.
 see ContactsContract 
The person's name.
Type: TEXT
 This constant was deprecated in API level 5.
 see ContactsContract 
Notes about the person.
Type: TEXT
 This constant was deprecated in API level 5.
 see ContactsContract 
Phonetic equivalent of the person's name, in a locale-dependent character set (e.g. hiragana for Japanese). Used for pronunciation and/or collation in some languages.
Type: TEXT
 This constant was deprecated in API level 5.
 see ContactsContract 
The server version of the photo
Type: TEXT (the version number portion of the photo URI)
 This constant was deprecated in API level 5.
 see ContactsContract 
Whether the person should always be sent to voicemail. Not always present.
Type: INTEGER (0 for false, 1 for true)
 This constant was deprecated in API level 5.
 see ContactsContract 
Is the contact starred?
Type: INTEGER (boolean)
 This constant was deprecated in API level 5.
 see ContactsContract 
The number of times a person has been contacted
Type: INTEGER