|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Contacts.PeopleColumns
Columns from the People table that other tables join into themselves.
| Field Summary | |
|---|---|
static String |
CUSTOM_RINGTONE
A custom ringtone associated with a person. |
static String |
DISPLAY_NAME
The display name. |
static String |
LAST_TIME_CONTACTED
The last time a person was contacted. |
static String |
NAME
The persons name. |
static String |
NOTES
Notes about the person. |
static String |
PHOTO_VERSION
The server version of the photo |
static String |
SEND_TO_VOICEMAIL
Whether the person should always be sent to voicemail. |
static String |
STARRED
Is the contact starred? |
static String |
TIMES_CONTACTED
The number of times a person has been contacted |
| Field Detail |
|---|
static final String NAME
Type: TEXT
static final String DISPLAY_NAME
Type: TEXT
static final String NOTES
Type: TEXT
static final String TIMES_CONTACTED
Type: INTEGER
static final String LAST_TIME_CONTACTED
Type: INTEGER
static final String CUSTOM_RINGTONE
Type: TEXT (URI to the ringtone)
static final String SEND_TO_VOICEMAIL
Type: INTEGER (0 for false, 1 for true)
static final String STARRED
Type: INTEGER (boolean)
static final String PHOTO_VERSION
Type: TEXT (the version number portion of the photo URI)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||