Searched refs:MO (Results 1 - 2 of 2) sorted by relevance

/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 */ EventRecurrence.MO
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java42 public static final int MO = 0x00020000; field in class:EventRecurrence
55 public int wkst; // SU, MO, TU, etc.
130 sParseWeekdayMap.put("MO", MO);
164 * Converts one of the Calendar.SUNDAY constants to the SU, MO, etc.
175 return MO;
198 return MO;
219 case MO:
237 * Converts one of the SU, MO, etc. constants to the Calendar.SUNDAY
247 case MO
[all...]

Completed in 36 milliseconds