Searched refs:SQL_WHERE_CALENDAR_COLOR (Results 1 – 1 of 1) sorted by relevance
223 private static final String SQL_WHERE_CALENDAR_COLOR = Calendars.ACCOUNT_NAME + "=? AND " field in CalendarProvider23876 SQL_WHERE_CALENDAR_COLOR, new String[] { in deleteMatchingColors()3987 mDb.update(Tables.CALENDARS, colorValue, SQL_WHERE_CALENDAR_COLOR, args); in handleUpdateColors()