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

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

Completed in 94 milliseconds