Searched refs:WEEKLY (Results 1 – 3 of 3) sorted by relevance
123 /* int freq */ EventRecurrence.WEEKLY, in test4()384 /* int freq */ EventRecurrence.WEEKLY, in test14()410 /* int freq */ EventRecurrence.WEEKLY, in test15()554 /* int freq */ EventRecurrence.WEEKLY, in test21()581 /* int freq */ EventRecurrence.WEEKLY, in test22()608 /* int freq */ EventRecurrence.WEEKLY, in test23()635 /* int freq */ EventRecurrence.WEEKLY, in test24()
37 public static final int WEEKLY = 5; field in EventRecurrence121 sParseFreqMap.put("WEEKLY", WEEKLY);340 case WEEKLY: in toString()397 if (this.freq != WEEKLY) { in repeatsOnEveryWeekDay()
210 if (EventRecurrence.WEEKLY >= freq) { in filter()575 if (r.freq > EventRecurrence.WEEKLY) { in generateDaysList()790 case EventRecurrence.WEEKLY: in expand()812 boolean useDays = freq >= EventRecurrence.WEEKLY && in expand()908 if (freq == EventRecurrence.WEEKLY) { in expand()