Searched refs:calendars (Results 1 – 5 of 5) sorted by relevance
100 List<CalendarInfo> calendars = getCalendars(mContext); in reloadCalendar() local106 for (CalendarInfo calendar : calendars) { in reloadCalendar()188 final List<CalendarInfo> calendars = new ArrayList<>(); in getCalendars() local192 addCalendars(userContext, calendars); in getCalendars()195 Collections.sort(calendars, CALENDAR_NAME); in getCalendars()196 return calendars; in getCalendars()
96 List<CalendarInfo> calendars = getCalendars(mContext); in reloadCalendar() local102 for (CalendarInfo calendar : calendars) { in reloadCalendar()171 final List<CalendarInfo> calendars = new ArrayList<>(); in getCalendars() local175 addCalendars(userContext, calendars); in getCalendars()178 Collections.sort(calendars, CALENDAR_NAME); in getCalendars()179 return calendars; in getCalendars()