Lines Matching refs:ContentResolver

19 import android.content.ContentResolver;
234 * @param cr The ContentResolver used to access the database.
236 public static final Cursor getAllBookmarks(ContentResolver cr) throws
249 * @param cr The ContentResolver used to access the database.
251 public static final Cursor getAllVisitedUrls(ContentResolver cr) throws
262 private static final Cursor getVisitedLike(ContentResolver cr, String url) {
306 * @param cr The ContentResolver used to access the database.
311 public static final void updateVisitedHistory(ContentResolver cr,
358 * @param cr The ContentResolver used to access the database.
361 public static final String[] getVisitedHistory(ContentResolver cr) {
394 * @param cr The ContentResolver used to access the database.
396 public static final void truncateHistory(ContentResolver cr) {
426 * @param cr The ContentResolver used to access the database.
429 public static final boolean canClearHistory(ContentResolver cr) {
449 * @param cr The ContentResolver used to access the database.
451 public static final void clearHistory(ContentResolver cr) {
462 * @param cr The ContentResolver used to access the database.
466 private static final void deleteHistoryWhere(ContentResolver cr, String whereClause) {
492 * @param cr The ContentResolver used to access the database.
498 public static final void deleteHistoryTimeFrame(ContentResolver cr,
520 * @param cr The ContentResolver used to access the database.
523 public static final void deleteFromHistory(ContentResolver cr,
532 * @param cr The ContentResolver used to access the database.
535 public static final void addSearchUrl(ContentResolver cr, String search) {
546 * @param cr The ContentResolver used to access the database.
548 public static final void clearSearches(ContentResolver cr) {
563 * @param cr The ContentResolver used to access the database.
569 public static final void requestAllIcons(ContentResolver cr, String where,