ContactsContract
@Deprecated public static interface Contacts.PeopleColumns
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_RINGTONE
Deprecated.
see
ContactsContract |
static String |
DISPLAY_NAME
Deprecated.
see
ContactsContract |
static String |
LAST_TIME_CONTACTED
Deprecated.
see
ContactsContract |
static String |
NAME
Deprecated.
see
ContactsContract |
static String |
NOTES
Deprecated.
see
ContactsContract |
static String |
PHONETIC_NAME
Deprecated.
see
ContactsContract |
static String |
PHOTO_VERSION
Deprecated.
see
ContactsContract |
static String |
SEND_TO_VOICEMAIL
Deprecated.
see
ContactsContract |
static String |
SORT_STRING
Deprecated.
see
ContactsContract |
static String |
STARRED
Deprecated.
see
ContactsContract |
static String |
TIMES_CONTACTED
Deprecated.
see
ContactsContract |
@Deprecated static final String NAME
ContactsContract
Type: TEXT
@Deprecated static final String PHONETIC_NAME
ContactsContract
Type: TEXT
@Deprecated static final String DISPLAY_NAME
ContactsContract
Type: TEXT
@Deprecated static final String SORT_STRING
ContactsContract
Type: TEXT
@Deprecated static final String NOTES
ContactsContract
Type: TEXT
@Deprecated static final String TIMES_CONTACTED
ContactsContract
Type: INTEGER
@Deprecated static final String LAST_TIME_CONTACTED
ContactsContract
Type: INTEGER
@Deprecated static final String CUSTOM_RINGTONE
ContactsContract
Type: TEXT (URI to the ringtone)
@Deprecated static final String SEND_TO_VOICEMAIL
ContactsContract
Type: INTEGER (0 for false, 1 for true)
@Deprecated static final String STARRED
ContactsContract
Type: INTEGER (boolean)
@Deprecated static final String PHOTO_VERSION
ContactsContract
Type: TEXT (the version number portion of the photo URI)