Home | History | Annotate | Download | only in provider

Lines Matching refs:BOOKMARK

83             BookmarkColumns.BOOKMARK, // 4
142 /* Set a cap on the count of history items in the history/bookmark
145 improvements are made. Note: this does not affect bookmark
151 * Open an activity to save a bookmark. Launch with a title
154 * @param c Context used to launch the activity to add a bookmark.
155 * @param title Title for the bookmark. Can be null or empty string.
156 * @param url Url for the bookmark. Can be null or empty string.
386 * If there are more than MAX_HISTORY_COUNT non-bookmark history
387 * items in the bookmark/history table, delete TRUNCATE_N_OLDEST
401 // Select non-bookmark history, ordered by date
575 * Column definitions for the mixed bookmark and history items available
580 * The URL of the bookmark or history item.
598 * Flag indicating that an item is a bookmark. A value of 1 indicates a bookmark, a value
602 public static final String BOOKMARK = "bookmark";
605 * The user visible title of the bookmark or history item.
617 * The favicon of the bookmark. Must decode via {@link BitmapFactory#decodeByteArray}.