HomeSort by relevance Sort by last modified time
    Searched defs:calendars (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 39 // Storing calendars.
40 var calendars = []; variable
120 * Animates the canvas after loading the data from all the calendars. It
321 calendars = [];
349 * Gathers the list of all calendars of a specific user for multiple calendar
368 calendars = [];
373 // Include only those calendars which are not hidden and selected
381 calendars.push(cal_src);
389 calendars = [];
390 calendars.push(SINGLE_CALENDAR_SUPPORT_URL)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 30 import android.provider.CalendarContract.Calendars;
66 Calendars._ID,
67 Calendars.ACCOUNT_NAME,
68 Calendars.ACCOUNT_TYPE
101 Set<Long> calendars = new LinkedHashSet<Long>(); local
102 calendars.addAll(eventsToCalendars.values());
103 if (calendars.isEmpty()) {
104 Log.d(TAG, "found no calendars for events");
109 lookupCalendarToAccountMap(context, calendars);
112 Log.d(TAG, "found no accounts for calendars");
182 Set<Long> calendars = new LinkedHashSet<Long>(); local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1904 GregorianCalendar *calendars [] = { local
    [all...]
dtfmttst.cpp 3263 Calendar *calendars[] = { local
    [all...]

Completed in 878 milliseconds