Searched defs:calendars (Results 1 – 3 of 3) sorted by relevance
96 List<CalendarInfo> calendars = getCalendars(mContext); in reloadCalendar() local171 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
4925 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars", CALENDARS); in sUriMatcher.addURI()4926 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars/#", CALENDARS_ID); in sUriMatcher.addURI()4954 sUriMatcher.addURI(CalendarContract.AUTHORITY, "enterprise/calendars", in sUriMatcher.addURI()4956 sUriMatcher.addURI(CalendarContract.AUTHORITY, "enterprise/calendars/#", in sUriMatcher.addURI()