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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java389 static final int RRULE_DAY_WEEK = 1; field in class:CalendarUtilities.RRule
416 type = RRULE_DAY_WEEK;
424 if (type == RRULE_DAY_WEEK) {
702 if ((daylightRule != null) && (daylightRule.type == RRule.RRULE_DAY_WEEK) &&
703 (standardRule != null) && (standardRule.type == RRule.RRULE_DAY_WEEK)) {

Completed in 108 milliseconds