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

/frameworks/opt/calendar/src/com/android/calendarcommon/
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...]
H A DRecurrenceProcessor.java351 int dayBit = EventRecurrence.SU << dotw;
908 * iterator.weekDay indicates the day of the week (0-6, SU-SA).
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
H A DEventRecurrenceTest.java261 + ";WKST=SU",
276 /* int wkst */ EventRecurrence.SU
292 + ";WKST=SU",
307 /* int wkst */ EventRecurrence.SU
353 verifyRecurType("FREQ=DAILY;BYDAY=1SU,-2MO,+33TU,WE,TH,FR,SA",
362 EventRecurrence.SU,
409 + "BYDAY=MO,TU,WE,TH,FR,SA,SU",
424 EventRecurrence.SU
486 verifyRecurType("FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10",
495 EventRecurrence.SU
[all...]

Completed in 68 milliseconds