protected
static
interface
ContactsContract.DataColumns
android.provider.ContactsContract.DataColumns |
Columns in the Data table.
See also:
Constants | |
---|---|
String |
CARRIER_PRESENCE
Carrier presence information. |
int |
CARRIER_PRESENCE_VT_CAPABLE
Indicates that the entry is Video Telephony (VT) capable on the current carrier. |
String |
DATA1
Generic data column, the meaning is |
String |
DATA10
Generic data column, the meaning is |
String |
DATA11
Generic data column, the meaning is |
String |
DATA12
Generic data column, the meaning is |
String |
DATA13
Generic data column, the meaning is |
String |
DATA14
Generic data column, the meaning is |
String |
DATA15
Generic data column, the meaning is |
String |
DATA2
Generic data column, the meaning is |
String |
DATA3
Generic data column, the meaning is |
String |
DATA4
Generic data column, the meaning is |
String |
DATA5
Generic data column, the meaning is |
String |
DATA6
Generic data column, the meaning is |
String |
DATA7
Generic data column, the meaning is |
String |
DATA8
Generic data column, the meaning is |
String |
DATA9
Generic data column, the meaning is |
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 |
RAW_CONTACT_ID
A reference to the |
String |
RES_PACKAGE
The package name to use when creating |
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. |
String CARRIER_PRESENCE
Carrier presence information.
Type: INTEGER (A bitmask of CARRIER_PRESENCE_* fields)
Constant Value: "carrier_presence"
int CARRIER_PRESENCE_VT_CAPABLE
Indicates that the entry is Video Telephony (VT) capable on the
current carrier. An allowed bitmask of CARRIER_PRESENCE
.
Constant Value: 1 (0x00000001)
String DATA1
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data1"
String DATA10
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data10"
String DATA11
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data11"
String DATA12
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data12"
String DATA13
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data13"
String DATA14
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data14"
String DATA15
Generic data column, the meaning is MIMETYPE
specific. By convention,
this field is used to store BLOBs (binary data).
Constant Value: "data15"
String DATA2
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data2"
String DATA3
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data3"
String DATA4
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data4"
String DATA5
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data5"
String DATA6
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data6"
String DATA7
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data7"
String DATA8
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data8"
String DATA9
Generic data column, the meaning is MIMETYPE
specific
Constant Value: "data9"
String DATA_VERSION
The version of this data record. This is a read-only value. The data column is guaranteed to not change without the version going up. This value is monotonically increasing.
Type: INTEGER
Constant Value: "data_version"
String IS_PRIMARY
Whether this is the primary entry of its kind for the raw contact it belongs to.
Type: INTEGER (if set, non-0 means true)
Constant Value: "is_primary"
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. See CALLER_IS_SYNCADAPTER
.
Type: INTEGER
Constant Value: "is_read_only"
String IS_SUPER_PRIMARY
Whether this is the primary entry of its kind for the aggregate contact it belongs to. Any data record that is "super primary" must also be "primary".
Type: INTEGER (if set, non-0 means true)
Constant Value: "is_super_primary"
String MIMETYPE
The MIME type of the item represented by this row.
Constant Value: "mimetype"
String RAW_CONTACT_ID
A reference to the _ID
that this data belongs to.
Constant Value: "raw_contact_id"
String RES_PACKAGE
The package name to use when creating Resources
objects for
this data row. This value is only designed for use when building user
interfaces, and should not be used to infer the owner.
Constant Value: "res_package"
String SYNC1
Generic column for use by sync adapters.
Constant Value: "data_sync1"
String SYNC2
Generic column for use by sync adapters.
Constant Value: "data_sync2"
String SYNC3
Generic column for use by sync adapters.
Constant Value: "data_sync3"
String SYNC4
Generic column for use by sync adapters.
Constant Value: "data_sync4"