Searched defs:calendars (Results 1 – 3 of 3) sorted by relevance
97 List<CalendarInfo> calendars = getCalendars(mContext); in reloadCalendar() local168 final List<CalendarInfo> calendars = new ArrayList<>(); in getCalendars() local
100 List<CalendarInfo> calendars = getCalendars(mContext); in reloadCalendar() local188 final List<CalendarInfo> calendars = new ArrayList<>(); in getCalendars() local
4947 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars", CALENDARS); in sUriMatcher.addURI()4948 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars/#", CALENDARS_ID); in sUriMatcher.addURI()4976 sUriMatcher.addURI(CalendarContract.AUTHORITY, "enterprise/calendars", in sUriMatcher.addURI()4978 sUriMatcher.addURI(CalendarContract.AUTHORITY, "enterprise/calendars/#", in sUriMatcher.addURI()