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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java260 int wom = cal.get(Calendar.DAY_OF_WEEK_IN_MONTH);
262 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, wom < 0 ? 5 : wom);
1017 static void addByDay(StringBuilder rrule, int dow, int wom) { argument
1025 if (wom > 0) {
1028 rrule.append(wom == 5 ? -1 : wom);
1037 static void addBySetpos(StringBuilder rrule, int dow, int wom) { argument
1038 // Indicate the days, but don't use wom in this case (it's used in the BYSETPOS);
1041 rrule.append(wom
1275 rruleFromRecurrence(int type, int occurrences, int interval, int dow, int dom, int wom, int moy, String until) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java775 int wom = -1;
797 wom = getValueInt();
811 dow, dom, wom, moy, until);

Completed in 271 milliseconds