Home
last modified time | relevance | path

Searched refs:SQL_WHERE_EVENT_COLOR (Results 1 – 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java214 private static final String SQL_WHERE_EVENT_COLOR = "calendar_id in (SELECT _id from " field in CalendarProvider2
3606 c2 = query(Events.CONTENT_URI, ID_ONLY_PROJECTION, SQL_WHERE_EVENT_COLOR, in deleteMatchingColors()
3711 mDb.update(Tables.EVENTS, colorValue, SQL_WHERE_EVENT_COLOR, args); in handleUpdateColors()