Home | History | Annotate | Download | only in provider

Lines Matching defs:search

361         map.put(Searches.SEARCH, Searches.SEARCH);
448 Searches.SEARCH + " TEXT," +
1547 // Filters out the client= param for search urls
1569 String search = values.getAsString(Searches.SEARCH);
1570 if (TextUtils.isEmpty(search)) {
1571 throw new IllegalArgumentException("Must include the SEARCH field");
1576 Searches.SEARCH + "=?", new String[] { search }, null, null, null);
1583 return db.insertOrThrow(TABLE_SEARCHES, Searches.SEARCH, values);