Home | History | Annotate | Download | only in provider

Lines Matching defs:SEARCH

140      * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
146 SearchColumns.SEARCH, // 1
391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) {
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
508 * The date the search was performed, in milliseconds since the epoch.