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