Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java162 return mValues.getAsInteger(Attendees.DISPLAY_COLOR); in getDisplayColor()
/packages/apps/Calendar/src/com/android/calendar/
DEvent.java70 Instances.DISPLAY_COLOR, // 3 If SDK < 16, set to Instances.CALENDAR_COLOR.
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.java78 Instances.DISPLAY_COLOR, // If SDK < 16, set to Instances.CALENDAR_COLOR.
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java112 Instances.DISPLAY_COLOR, // 5 If SDK < 16, set to Instances.CALENDAR_COLOR.
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java3252 + Events.DISPLAY_COLOR in createEventsView()
DCalendarProvider2.java4804 sEventsProjectionMap.put(Events.DISPLAY_COLOR, Events.DISPLAY_COLOR); in sEventsProjectionMap.put() argument