Searched defs:SU (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java41 public static final int SU = 0x00010000; field in class:EventRecurrence
55 public int wkst; // SU, MO, TU, etc.
129 sParseWeekdayMap.put("SU", SU);
164 * Converts one of the Calendar.SUNDAY constants to the SU, MO, etc.
173 return SU;
196 return SU;
217 case SU:
237 * Converts one of the SU, MO, etc. constants to the Calendar.SUNDAY
245 case SU
[all...]

Completed in 72 milliseconds