Searched defs:calendars (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DGlobalDismissManager.java217 Set<Long> calendars = new LinkedHashSet<Long>();
218 calendars.addAll(eventsToCalendars.values());
219 if (calendars.isEmpty()) {
220 Log.d(TAG, "found no calendars for events");
225 lookupCalendarToAccountMap(context, calendars);
228 Log.d(TAG, "found no accounts for calendars");
350 // find the mapping between calendars and events
353 Log.d(TAG, "found no calendars for events");
357 Set<Long> calendars = new LinkedHashSet<Long>();
358 calendars
447 lookupCalendarToAccountMap(Context context, Set<Long> calendars) argument
[all...]

Completed in 62 milliseconds