Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java621 RRule daylightRule = inferRRuleFromCalendars(toDaylightCalendars); in timeZoneToVTimezone() local
627 boolean hasRule = daylightRule != null && standardRule != null; in timeZoneToVTimezone()
637 writer.writeTag("RRULE", daylightRule.toString()); in timeZoneToVTimezone()
701 RRule daylightRule = inferRRuleFromCalendars(toDaylightCalendars); in timeZoneToTziStringImpl() local
703 if ((daylightRule != null) && (daylightRule.type == RRule.RRULE_DAY_WEEK) && in timeZoneToTziStringImpl()
712 daylightRule, in timeZoneToTziStringImpl()