Home | History | Annotate | Download | only in provider

Lines Matching defs:History

40  * history, images and the mapping between the image and URL.
162 * This column is valid when the row is a URL. The history table's URL
436 * The history table, which holds the browsing history.
438 public static final class History implements CommonColumns, HistoryColumns, ImageColumns {
442 private History() {}
447 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history");
450 * The MIME type of {@link #CONTENT_URI} providing a directory of browser history items.
452 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/browser-history";
455 * The MIME type of a {@link #CONTENT_URI} of a single browser history item.
457 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/browser-history";
461 * The search history table.
663 * A combined view of bookmarks and history. All bookmarks in all folders are included and
680 * of 0 indicates a history item.