Home | History | Annotate | Download | only in provider

Lines Matching refs:SEARCH

363         map.put(Searches.SEARCH, Searches.SEARCH);
450 Searches.SEARCH + " TEXT," +
1599 // Filters out the client= param for search urls
1621 String search = values.getAsString(Searches.SEARCH);
1622 if (TextUtils.isEmpty(search)) {
1623 throw new IllegalArgumentException("Must include the SEARCH field");
1628 Searches.SEARCH + "=?", new String[] { search }, null, null, null);
1635 return db.insertOrThrow(TABLE_SEARCHES, Searches.SEARCH, values);