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