Searched refs:WEEKLY (Results 1 – 4 of 4) 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()
35 public static final int WEEKLY = 5; field in EventRecurrence119 sParseFreqMap.put("WEEKLY", WEEKLY);338 case WEEKLY: in toString()395 if (this.freq != WEEKLY) { in repeatsOnEveryWeekDay()
208 if (EventRecurrence.WEEKLY >= freq) { in filter()573 if (r.freq > EventRecurrence.WEEKLY) { in generateDaysList()788 case EventRecurrence.WEEKLY: in expand()810 boolean useDays = freq >= EventRecurrence.WEEKLY && in expand()906 if (freq == EventRecurrence.WEEKLY) { in expand()
17429 WEEKLY = 2; enumerator17580 WEEKLY = 1; enumerator