@Deprecated protected static interface ContactsContract.StreamItemsColumns
ContactsContract.StreamItems
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_NAME
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
ACCOUNT_TYPE
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
COMMENTS
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
CONTACT_ID
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
CONTACT_LOOKUP_KEY
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
DATA_SET
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
RAW_CONTACT_ID
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
RAW_CONTACT_SOURCE_ID
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
RES_ICON
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
RES_LABEL
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
RES_PACKAGE
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
SYNC1
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
SYNC2
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
SYNC3
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
SYNC4
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
TEXT
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
static String |
TIMESTAMP
Deprecated.
- Do not use. This will not be supported in the future. In the future,
cursors returned from related queries will be empty.
|
@Deprecated static final String CONTACT_ID
@Deprecated static final String CONTACT_LOOKUP_KEY
ContactsContract.ContactsColumns.LOOKUP_KEY
that this stream item belongs to.
Type: TEXT
read-only
@Deprecated static final String RAW_CONTACT_ID
BaseColumns._ID
that this stream item belongs to.
Type: INTEGER
@Deprecated static final String RES_PACKAGE
Resources
objects for
this stream item. This value is only designed for use when building
user interfaces, and should not be used to infer the owner.
Type: TEXT
@Deprecated static final String ACCOUNT_TYPE
ContactsContract.SyncColumns.ACCOUNT_TYPE
Type: TEXT
read-only
@Deprecated static final String ACCOUNT_NAME
ContactsContract.SyncColumns.ACCOUNT_NAME
Type: TEXT
read-only
@Deprecated static final String DATA_SET
ContactsContract.RawContactsColumns.DATA_SET
Type: TEXT
read-only
@Deprecated static final String RAW_CONTACT_SOURCE_ID
ContactsContract.SyncColumns.SOURCE_ID
Type: TEXT
read-only
@Deprecated static final String RES_ICON
RES_PACKAGE
. As this can only reference
drawables, the "@drawable/" prefix must be omitted.
Type: TEXT
@Deprecated static final String RES_LABEL
RES_PACKAGE
. As this can only
reference strings, the "@string/" prefix must be omitted.
Type: TEXT
@Deprecated static final String TEXT
The main textual contents of the item. Typically this is content
that was posted by the source of this stream item, but it can also
This text is displayed to the user and allows formatting and embedded
resource images via HTML (as parseable via
Html.fromHtml(java.lang.String)
).
Long content may be truncated and/or ellipsized - the exact behavior is unspecified, but it should not break tags.
Type: TEXT
@Deprecated static final String TIMESTAMP
Type: NUMBER
@Deprecated static final String COMMENTS
Summary information about the stream item, for example to indicate how many people have reshared it, how many have liked it, how many thumbs up and/or thumbs down it has, what the original source was, etc.
This text is displayed to the user and allows simple formatting via
HTML, in the same manner as TEXT
allows.
Long content may be truncated and/or ellipsized - the exact behavior is unspecified, but it should not break tags.
Type: TEXT
@Deprecated static final String SYNC1
@Deprecated static final String SYNC2
@Deprecated static final String SYNC3
@Deprecated static final String SYNC4