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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java188 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in class:EditEventHelper
1138 model.mCalendarDisplayName = cursor.getString(CALENDARS_INDEX_DISPLAY_NAME);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java282 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in class:EventInfoFragment
581 String displayName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME);
596 String calendarName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME);

Completed in 17 milliseconds