Home
last modified time | relevance | path

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

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