Searched defs:WEEKLY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java37 public static final int WEEKLY = 5; field in class:EventRecurrence
121 sParseFreqMap.put("WEEKLY", WEEKLY);
340 case WEEKLY:
341 s.append("WEEKLY");
397 if (this.freq != WEEKLY) {
425 * WEEKLY rules, and hence are uncommon.)
586 * in section 3.3.10. For example, if FREQ=WEEKLY, we should reject a rule that

Completed in 57 milliseconds