Searched refs:CALENDARS_INDEX_DISPLAY_NAME (Results 1 – 2 of 2) sorted by relevance
282 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in EventInfoFragment581 String displayName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME); in onQueryComplete()596 String calendarName = mCalendarsCursor.getString(CALENDARS_INDEX_DISPLAY_NAME); in onQueryComplete()
188 static final int CALENDARS_INDEX_DISPLAY_NAME = 1; field in EditEventHelper1138 model.mCalendarDisplayName = cursor.getString(CALENDARS_INDEX_DISPLAY_NAME); in setModelFromCalendarCursor()