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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java198 public String mCalendarDisplayName = ""; // Make sure this is in sync with the mCalendarId field in class:CalendarEventModel
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java1097 model.mCalendarDisplayName = cursor.getString(CALENDARS_INDEX_DISPLAY_NAME);
H A DEditEventView.java1150 tv.setText(model.mCalendarDisplayName);

Completed in 1099 milliseconds