public static class SearchIndexablesContract.BaseColumns extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_CLASS_NAME
Class name associated with the data (usually a Fragment class name).
|
static String |
COLUMN_ICON_RESID
Icon resource ID for the data.
|
static String |
COLUMN_INTENT_ACTION
Intent action associated with the data.
|
static String |
COLUMN_INTENT_TARGET_CLASS
Intent target class associated with the data.
|
static String |
COLUMN_INTENT_TARGET_PACKAGE
Intent target package associated with the data.
|
static String |
COLUMN_RANK
Rank of the data.
|
public static final String COLUMN_RANK
public static final String COLUMN_CLASS_NAME
public static final String COLUMN_ICON_RESID
public static final String COLUMN_INTENT_ACTION
public static final String COLUMN_INTENT_TARGET_PACKAGE
public static final String COLUMN_INTENT_TARGET_CLASS