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

  /external/icu4c/test/intltest/
dtfmttst.cpp 2919 Calendar *calendars[] = { local
    [all...]
calregts.cpp 1822 GregorianCalendar *calendars [] = { local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsActivity.java 27 import android.provider.Calendar.Calendars;
46 Calendars._ID,
47 Calendars._SYNC_ACCOUNT_TYPE,
48 Calendars._SYNC_ACCOUNT
59 mView = findViewById(R.id.calendars);
63 mCursor = managedQuery(Calendars.CONTENT_URI, PROJECTION,
66 Calendars._SYNC_ACCOUNT /*sort order*/);
77 // Start a background sync to get the list of calendars from the server.
164 // Calendars (in the background).
167 // hidden) then it will be added to the list of calendars on the phon
    [all...]
EditEvent.java 53 import android.provider.Calendar.Calendars;
153 Calendars._ID, // 0
154 Calendars.DISPLAY_NAME, // 1
155 Calendars.OWNER_ACCOUNT, // 2
156 Calendars.COLOR, // 3
161 private static final String CALENDARS_WHERE = Calendars.ACCESS_LEVEL + ">=" +
162 Calendars.CONTRIBUTOR_ACCESS + " AND " + Calendars.SYNC_EVENTS + "=1";
473 // dialogs: the "Loading calendars" dialog, and the "No calendars"
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 45 import android.provider.Calendar.Calendars;
392 * @param calendars an array of GregorianCalendar, set to a series of transition times in
394 * @return an RRULE or null if none could be inferred from the calendars
396 static RRule inferRRuleFromCalendars(GregorianCalendar[] calendars) {
398 GregorianCalendar calendar = calendars[0];
407 for (int i = 1; i < calendars.length; i++) {
408 GregorianCalendar cal = calendars[i];
620 * @param transitions calendars representing transitions to/from DST
    [all...]

Completed in 180 milliseconds