Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DCalendarEventModel.java904 public boolean isCalendarColorInitialized() { in isCalendarColorInitialized() method in CalendarEventModel
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java1740 if (calendarId == mModel.mCalendarId && mModel.isCalendarColorInitialized() && in onItemSelected()