Home
last modified time | relevance | path

Searched refs:toDaylightCalendars (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java535 static boolean getDSTCalendars(TimeZone tz, GregorianCalendar[] toDaylightCalendars, in getDSTCalendars() argument
538 int maxYears = toDaylightCalendars.length; in getDSTCalendars()
558 toDaylightCalendars[i] = cal; in getDSTCalendars()
565 toDaylightCalendars[i] = cal; in getDSTCalendars()
614 GregorianCalendar[] toDaylightCalendars = new GregorianCalendar[maxYears]; in timeZoneToVTimezone() local
616 if (!getDSTCalendars(tz, toDaylightCalendars, toStandardCalendars)) { in timeZoneToVTimezone()
621 RRule daylightRule = inferRRuleFromCalendars(toDaylightCalendars); in timeZoneToVTimezone()
635 toDaylightCalendars[0].getTimeInMillis(), tz, true)); in timeZoneToVTimezone()
641 toDaylightCalendars[i].getTimeInMillis(), tz, true)); in timeZoneToVTimezone()
695 GregorianCalendar[] toDaylightCalendars = new GregorianCalendar[3]; in timeZoneToTziStringImpl() local
[all …]