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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java228 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in class:EventInfoFragment
419 String calendarName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME);
1366 String displayName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java173 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in class:EditEventHelper
1097 model.mCalendarDisplayName = cursor.getString(CALENDARS_INDEX_DISPLAY_NAME);

Completed in 45 milliseconds