public static final class SearchIndexablesContract.RawData extends SearchIndexablesContract.BaseColumns
SearchIndexableData
.
This is the raw data that is stored into an Index. This is related to
Preference
and its attributes like
Preference.getTitle()
,
Preference.getSummary()
, etc.Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_ENTRIES
Entries associated with the raw data (when the data can have several values).
|
static String |
COLUMN_KEY
Key associated with the raw data.
|
static String |
COLUMN_KEYWORDS
Keywords' raw data.
|
static String |
COLUMN_SCREEN_TITLE
Fragment or Activity title associated with the raw data.
|
static String |
COLUMN_SUMMARY_OFF
Summary's raw data when the data is "OFF".
|
static String |
COLUMN_SUMMARY_ON
Summary's raw data when the data is "ON".
|
static String |
COLUMN_TITLE
Title's raw data.
|
static String |
COLUMN_USER_ID
UserId associated with the raw data.
|
static String |
MIME_TYPE |
COLUMN_CLASS_NAME, COLUMN_ICON_RESID, COLUMN_INTENT_ACTION, COLUMN_INTENT_TARGET_CLASS, COLUMN_INTENT_TARGET_PACKAGE, COLUMN_RANK
public static final String MIME_TYPE
public static final String COLUMN_TITLE
public static final String COLUMN_SUMMARY_ON
public static final String COLUMN_SUMMARY_OFF
public static final String COLUMN_ENTRIES
public static final String COLUMN_KEYWORDS
public static final String COLUMN_SCREEN_TITLE
public static final String COLUMN_KEY
public static final String COLUMN_USER_ID