protected static interface ContactsContract.DataColumns
ContactsContract.Data
Modifier and Type | Field and Description |
---|---|
static String |
DATA_VERSION
The version of this data record.
|
static String |
DATA1
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA10
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA11
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA12
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA13
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA14
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA15
Generic data column, the meaning is
MIMETYPE specific. |
static String |
DATA2
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA3
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA4
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA5
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA6
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA7
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA8
Generic data column, the meaning is
MIMETYPE specific |
static String |
DATA9
Generic data column, the meaning is
MIMETYPE specific |
static String |
IS_PRIMARY
Whether this is the primary entry of its kind for the raw contact it belongs to.
|
static 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.
|
static String |
IS_SUPER_PRIMARY
Whether this is the primary entry of its kind for the aggregate
contact it belongs to.
|
static String |
MIMETYPE
The MIME type of the item represented by this row.
|
static String |
RAW_CONTACT_ID
A reference to the
BaseColumns._ID
that this data belongs to. |
static String |
RES_PACKAGE
The package name to use when creating
Resources objects for
this data row. |
static String |
SYNC1
Generic column for use by sync adapters.
|
static String |
SYNC2
Generic column for use by sync adapters.
|
static String |
SYNC3
Generic column for use by sync adapters.
|
static String |
SYNC4
Generic column for use by sync adapters.
|
static final String RES_PACKAGE
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.static final String MIMETYPE
static final String RAW_CONTACT_ID
BaseColumns._ID
that this data belongs to.static final String IS_PRIMARY
Type: INTEGER (if set, non-0 means true)
static final String IS_SUPER_PRIMARY
Type: INTEGER (if set, non-0 means true)
static final String IS_READ_ONLY
ContactsContract.CALLER_IS_SYNCADAPTER
.
Type: INTEGER
static final String DATA_VERSION
Type: INTEGER
static final String DATA1
MIMETYPE
specificstatic final String DATA2
MIMETYPE
specificstatic final String DATA3
MIMETYPE
specificstatic final String DATA4
MIMETYPE
specificstatic final String DATA5
MIMETYPE
specificstatic final String DATA6
MIMETYPE
specificstatic final String DATA7
MIMETYPE
specificstatic final String DATA8
MIMETYPE
specificstatic final String DATA9
MIMETYPE
specificstatic final String DATA10
MIMETYPE
specificstatic final String DATA11
MIMETYPE
specificstatic final String DATA12
MIMETYPE
specificstatic final String DATA13
MIMETYPE
specificstatic final String DATA14
MIMETYPE
specificstatic final String DATA15
MIMETYPE
specific. By convention,
this field is used to store BLOBs (binary data).static final String SYNC1
static final String SYNC2
static final String SYNC3
static final String SYNC4