Stay organized with collections
Save and categorize content based on your preferences.
protected
static
interface
ContactsContract.DataColumnsWithJoins
implements
BaseColumns,
ContactsContract.ContactNameColumns,
ContactsContract.ContactOptionsColumns,
ContactsContract.ContactStatusColumns,
ContactsContract.ContactsColumns,
ContactsContract.DataColumns,
ContactsContract.DataUsageStatColumns,
ContactsContract.RawContactsColumns,
ContactsContract.StatusColumns
android.provider.ContactsContract.DataColumnsWithJoins
|
Known indirect subclasses
ContactsContract.CommonDataKinds.Callable, ContactsContract.CommonDataKinds.Contactables, ContactsContract.CommonDataKinds.Email, ContactsContract.CommonDataKinds.Event, ContactsContract.CommonDataKinds.GroupMembership, ContactsContract.CommonDataKinds.Identity, ContactsContract.CommonDataKinds.Im, ContactsContract.CommonDataKinds.Nickname, ContactsContract.CommonDataKinds.Note, ContactsContract.CommonDataKinds.Organization, ContactsContract.CommonDataKinds.Phone, ContactsContract.CommonDataKinds.Photo, ContactsContract.CommonDataKinds.Relation, ContactsContract.CommonDataKinds.SipAddress, ContactsContract.CommonDataKinds.StructuredName, ContactsContract.CommonDataKinds.StructuredPostal, ContactsContract.CommonDataKinds.Website, ContactsContract.Contacts.Photo, ContactsContract.Data
|
Combines all columns returned by ContactsContract.Data
table queries.
Summary
Inherited constants |
|
|
|
|
|
From interface
android.provider.ContactsContract.DataColumns
String |
CARRIER_PRESENCE
This constant was deprecated
in API level 31.
The contacts database will only show presence
information on devices where
CarrierConfigManager.KEY_USE_RCS_PRESENCE_BOOL is true,
otherwise use RcsUceAdapter .
|
int |
CARRIER_PRESENCE_VT_CAPABLE
This constant was deprecated
in API level 31.
Same as DataColumns.CARRIER_PRESENCE .
|
String |
DATA1
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA10
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA11
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA12
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA13
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA14
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA15
Generic data column, the meaning is MIMETYPE specific.
|
String |
DATA2
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA3
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA4
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA5
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA6
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA7
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA8
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA9
Generic data column, the meaning is MIMETYPE specific
|
String |
DATA_VERSION
The version of this data record.
|
String |
IS_PRIMARY
Whether this is the primary entry of its kind for the raw contact it belongs to.
|
String |
IS_READ_ONLY
The "read-only" flag: "0" by default, "1" if the row cannot be modified or
deleted except by a sync adapter.
|
String |
IS_SUPER_PRIMARY
Whether this is the primary entry of its kind for the aggregate
contact it belongs to.
|
String |
MIMETYPE
The MIME type of the item represented by this row.
|
String |
PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME
The flattened ComponentName of a PhoneAccountHandle that is the preferred PhoneAccountHandle to
call the contact with.
|
String |
PREFERRED_PHONE_ACCOUNT_ID
The ID of a PhoneAccountHandle that is the preferred PhoneAccountHandle to
call the contact with.
|
String |
RAW_CONTACT_ID
A reference to the RawContacts._ID
that this data belongs to.
|
String |
RES_PACKAGE
The package name to use when creating Resources objects for
this data row.
|
String |
SYNC1
Generic column for use by sync adapters.
|
String |
SYNC2
Generic column for use by sync adapters.
|
String |
SYNC3
Generic column for use by sync adapters.
|
String |
SYNC4
Generic column for use by sync adapters.
|
|
|
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-23 UTC."],[],[]]