Searched refs:SEARCH_COLUMNS (Results 1 – 1 of 1) sorted by relevance
366 private static final String[] SEARCH_COLUMNS = new String[] { field in CalendarProvider21393 for (int i = 0; i < SEARCH_COLUMNS.length; i++) { in constructSearchWhere()1394 sb.append(SEARCH_COLUMNS[i]); in constructSearchWhere()1398 if (i < SEARCH_COLUMNS.length - 1) { in constructSearchWhere()1412 int numCols = SEARCH_COLUMNS.length; in constructSearchArgs()