Home
last modified time | relevance | path

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

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java123 /* 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()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java35 public static final int WEEKLY = 5; field in EventRecurrence
119 sParseFreqMap.put("WEEKLY", WEEKLY);
338 case WEEKLY: in toString()
395 if (this.freq != WEEKLY) { in repeatsOnEveryWeekDay()
DRecurrenceProcessor.java208 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()
/frameworks/proto_logging/stats/
Datoms.proto17429 WEEKLY = 2; enumerator
17580 WEEKLY = 1; enumerator