Home | History | Annotate | Download | only in provider

Lines Matching refs:TITLE

71             "_id", "url", "title", "bookmark", "user_entered"
75 + " OR title LIKE ?) AND (bookmark = 1 OR user_entered = 1)";
259 "title TEXT," +
278 db.execSQL("INSERT INTO bookmarks (title, url, visits, " +
319 "title TEXT," +
433 db.execSQL("INSERT INTO bookmarks (title, url, visits, " +
721 * Provides the title (text line 1) for a browser suggestion, which should be the
722 * webpage title. If the webpage title is empty, returns the stripped url instead.
724 * @return the title string to use
727 String title = mHistoryCursor.getString(2 /* webpage title */);
728 if (TextUtils.isEmpty(title) || TextUtils.getTrimmedLength(title) == 0) {
729 title = stripUrl(mHistoryCursor.getString(1 /* url */));
731 return title;
736 * webpage url. If the webpage title is empty, then the url should go in the title
742 String title = mHistoryCursor.getString(2 /* webpage title */);
743 if (TextUtils.isEmpty(title) || TextUtils.getTrimmedLength(title) == 0) {
977 // whether we changed the title, url, or "is a bookmark" state, and
986 } else if ((values.containsKey(BookmarkColumns.TITLE)
989 // If a title or URL has been changed, check to see if it is to