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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java55 public int wkst; // SU, MO, TU, etc. field in class:EventRecurrence
366 if (this.wkst != 0) {
368 s.append(day2String(this.wkst));
484 wkst == er.wkst &&
505 * The original parser always set all of the "count" fields, "wkst", and "until",
639 wkst = MO;
899 Integer wkst = sParseWeekdayMap.get(value);
900 if (wkst == null) {
903 er.wkst
[all...]
H A DRecurrenceProcessor.java927 EventRecurrence.day2TimeDay(r.wkst) + 7) % 7;
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java53 /* int wkst */ EventRecurrence.MO
74 /* int wkst */ EventRecurrence.MO
95 /* int wkst */ EventRecurrence.MO
116 /* int wkst */ EventRecurrence.MO
137 /* int wkst */ EventRecurrence.MO
158 /* int wkst */ EventRecurrence.MO
179 /* int wkst */ EventRecurrence.MO
201 /* int wkst */ EventRecurrence.MO
223 /* int wkst */ EventRecurrence.MO
245 /* int wkst */ EventRecurrenc
718 verifyRecurType(String recur, int freq, String until, int count, int interval, int[] bysecond, int[] byminute, int[] byhour, int[] byday, int[] bydayNum, int[] bymonthday, int[] byyearday, int[] byweekno, int[] bymonth, int[] bysetpos, int wkst) argument
[all...]

Completed in 28 milliseconds