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