Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java390 static final int RRULE_DAY_WEEK = 1; field in CalendarUtilities.RRule
417 type = RRULE_DAY_WEEK; in RRule()
425 if (type == RRULE_DAY_WEEK) { in toString()
703 if ((daylightRule != null) && (daylightRule.type == RRule.RRULE_DAY_WEEK) && in timeZoneToTziStringImpl()
704 (standardRule != null) && (standardRule.type == RRule.RRULE_DAY_WEEK)) { in timeZoneToTziStringImpl()