ContactsContract.RawContactsEntity.InterfaceConsts Class

Definition

public static class ContactsContract.RawContactsEntity.InterfaceConsts
type ContactsContract.RawContactsEntity.InterfaceConsts = class
Inheritance
ContactsContract.RawContactsEntity.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

AccountTypeAndDataSet

A concatenation of the account type and data set (delimited by a forward slash) - if the data set is empty, this will be the same as the account type.

AggregationMode

The aggregation mode for this contact.

BackupId

Persistent unique id for each raw_contact within its account.

CarrierPresence

Carrier presence information.

CarrierPresenceVtCapable

Indicates that the entry is Video Telephony (VT) capable on the current carrier.

ContactId

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

Count

The count of rows in a directory.

Data1

Generic data column, the meaning is #MIMETYPE specific

Data10

Generic data column, the meaning is #MIMETYPE specific

Data11

Generic data column, the meaning is #MIMETYPE specific

Data12

Generic data column, the meaning is #MIMETYPE specific

Data13

Generic data column, the meaning is #MIMETYPE specific

Data14

Generic data column, the meaning is #MIMETYPE specific

Data15

Generic data column, the meaning is #MIMETYPE specific.

Data2

Generic data column, the meaning is #MIMETYPE specific

Data3

Generic data column, the meaning is #MIMETYPE specific

Data4

Generic data column, the meaning is #MIMETYPE specific

Data5

Generic data column, the meaning is #MIMETYPE specific

Data6

Generic data column, the meaning is #MIMETYPE specific

Data7

Generic data column, the meaning is #MIMETYPE specific

Data8

Generic data column, the meaning is #MIMETYPE specific

Data9

Generic data column, the meaning is #MIMETYPE specific

DataSet

The data set within the account that this row belongs to.

DataVersion

The version of this data record.

Deleted

The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.

Id

The unique ID for a row.

IsPrimary

Whether this is the primary entry of its kind for the raw contact it belongs to.

IsReadOnly

The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter.

IsSuperPrimary

Whether this is the primary entry of its kind for the aggregate contact it belongs to.

MetadataDirty

Flag indicating that a raw contact's metadata has changed, and its metadata needs to be synchronized by the server.

Mimetype

The MIME type of the item represented by this row.

PreferredPhoneAccountComponentName

The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to call the contact with.

PreferredPhoneAccountId

The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to call the contact with.

RawContactId

A reference to the RawContacts#_ID that this data belongs to.

RawContactIsReadOnly

The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter.

RawContactIsUserProfile

Flag that reflects whether this raw contact belongs to the user's personal profile entry.

ResPackage

The package name to use when creating Resources objects for this data row.

Sync1

Generic column for use by sync adapters.

Sync2

Generic column for use by sync adapters.

Sync3

Generic column for use by sync adapters.

Sync4

Generic column for use by sync adapters.

Applies to