PeopleColumns
interfacePeopleColumns
android.provider.Contacts.PeopleColumns |
Columns from the People table that other tables join into themselves.
Summary
Constants | |
---|---|
static String |
A custom ringtone associated with a person. |
static String |
The display name. |
static String |
The last time a person was contacted. |
static String |
The person's name. |
static String |
Notes about the person. |
static String |
Phonetic equivalent of the person's name, in a locale-dependent character set (e.g. hiragana for Japanese). |
static String |
The server version of the photo |
static String |
Whether the person should always be sent to voicemail. |
static String |
Is the contact starred? |
static String |
The number of times a person has been contacted |
Constants
CUSTOM_RINGTONE
static valCUSTOM_RINGTONE: String
Deprecated: see android.provider.ContactsContract
A custom ringtone associated with a person. Not always present.
Type: TEXT (URI to the ringtone)
Value: "custom_ringtone"
DISPLAY_NAME
static valDISPLAY_NAME: String
Deprecated: see android.provider.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
Value: "display_name"
LAST_TIME_CONTACTED
static valLAST_TIME_CONTACTED: String
Deprecated: see android.provider.ContactsContract
The last time a person was contacted.
Type: INTEGER
Value: "last_time_contacted"
NAME
static valNAME: String
Deprecated: see android.provider.ContactsContract
The person's name.
Type: TEXT
Value: "name"
NOTES
static valNOTES: String
Deprecated: see android.provider.ContactsContract
Notes about the person.
Type: TEXT
Value: "notes"
PHONETIC_NAME
static valPHONETIC_NAME: String
Deprecated: see android.provider.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
Value: "phonetic_name"
PHOTO_VERSION
static valPHOTO_VERSION: String
Deprecated: see android.provider.ContactsContract
The server version of the photo
Type: TEXT (the version number portion of the photo URI)
Value: "photo_version"
SEND_TO_VOICEMAIL
static valSEND_TO_VOICEMAIL: String
Deprecated: see android.provider.ContactsContract
Whether the person should always be sent to voicemail. Not always present.
Type: INTEGER (0 for false, 1 for true)
Value: "send_to_voicemail"
STARRED
static valSTARRED: String
Deprecated: see android.provider.ContactsContract
Is the contact starred?
Type: INTEGER (boolean)
Value: "starred"
TIMES_CONTACTED
static valTIMES_CONTACTED: String
Deprecated: see android.provider.ContactsContract
The number of times a person has been contacted
Type: INTEGER
Value: "times_contacted"