public static final class ContactsContract.CommonDataKinds.Callable extends Object implements ContactsContract.DataColumnsWithJoins, ContactsContract.CommonDataKinds.CommonColumns
Convenient functionalities for "callable" data. Note that, this is NOT a separate data kind.
This URI allows the ContactsProvider to return a unified result for "callable" data
that users can use for calling purposes. ContactsContract.CommonDataKinds.Phone
and ContactsContract.CommonDataKinds.SipAddress
are the
current examples for "callable", but may be expanded to the other types.
Each returned row may have a different MIMETYPE and thus different interpretation for
each column. For example the meaning for ContactsContract.CommonDataKinds.Phone
's type is different than
ContactsContract.CommonDataKinds.SipAddress
's.
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_FILTER_URI
Similar to
ContactsContract.CommonDataKinds.Phone.CONTENT_FILTER_URI , but allows users to filter callable
data. |
static Uri |
CONTENT_URI
Similar to
ContactsContract.CommonDataKinds.Phone.CONTENT_URI , but returns callable data instead of only
phone numbers. |
_COUNT, _ID
DATA_VERSION, DATA1, DATA10, DATA11, DATA12, DATA13, DATA14, DATA15, DATA2, DATA3, DATA4, DATA5, DATA6, DATA7, DATA8, DATA9, IS_PRIMARY, IS_READ_ONLY, IS_SUPER_PRIMARY, MIMETYPE, RAW_CONTACT_ID, RES_PACKAGE, SYNC1, SYNC2, SYNC3, SYNC4
AVAILABLE, AWAY, CAPABILITY_HAS_CAMERA, CAPABILITY_HAS_VIDEO, CAPABILITY_HAS_VOICE, CHAT_CAPABILITY, DO_NOT_DISTURB, IDLE, INVISIBLE, OFFLINE, PRESENCE, PRESENCE_CUSTOM_STATUS, PRESENCE_STATUS, STATUS, STATUS_ICON, STATUS_LABEL, STATUS_RES_PACKAGE, STATUS_TIMESTAMP
ACCOUNT_TYPE_AND_DATA_SET, AGGREGATION_MODE, CONTACT_ID, DATA_SET, DELETED, NAME_VERIFIED, RAW_CONTACT_IS_READ_ONLY, RAW_CONTACT_IS_USER_PROFILE
DISPLAY_NAME, HAS_PHONE_NUMBER, IN_VISIBLE_GROUP, IS_USER_PROFILE, LOOKUP_KEY, NAME_RAW_CONTACT_ID, PHOTO_FILE_ID, PHOTO_ID, PHOTO_THUMBNAIL_URI, PHOTO_URI
DISPLAY_NAME_ALTERNATIVE, DISPLAY_NAME_PRIMARY, DISPLAY_NAME_SOURCE, PHONETIC_NAME, PHONETIC_NAME_STYLE, SORT_KEY_ALTERNATIVE, SORT_KEY_PRIMARY
CUSTOM_RINGTONE, LAST_TIME_CONTACTED, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTED
CONTACT_CHAT_CAPABILITY, CONTACT_PRESENCE, CONTACT_STATUS, CONTACT_STATUS_ICON, CONTACT_STATUS_LABEL, CONTACT_STATUS_RES_PACKAGE, CONTACT_STATUS_TIMESTAMP
DATA, LABEL, TYPE
TYPE_CUSTOM
Constructor and Description |
---|
ContactsContract.CommonDataKinds.Callable() |
public static final Uri CONTENT_URI
ContactsContract.CommonDataKinds.Phone.CONTENT_URI
, but returns callable data instead of only
phone numbers.public static final Uri CONTENT_FILTER_URI
ContactsContract.CommonDataKinds.Phone.CONTENT_FILTER_URI
, but allows users to filter callable
data.