public static final class BrowserContract.Searches extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_ID
The unique ID for a row.
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI of a single browser search item. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of browser search items. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static String |
DATE
The date the search was performed, in milliseconds since the epoch.
|
static String |
SEARCH
The user entered search term.
|
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of browser search items.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
of a single browser search item.public static final String _ID
Type: INTEGER (long)
public static final String SEARCH
public static final String DATE
Type: NUMBER (date in milliseconds since January 1, 1970)