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