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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java98 static final int MSFT_SYSTEMTIME_MONTH = 1 * MSFT_WORD_SIZE; field in class:CalendarUtilities
238 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, rrule.month);
255 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, cal.get(Calendar.MONTH) + 1);
279 num = getWord(bytes, offset + MSFT_SYSTEMTIME_MONTH);

Completed in 83 milliseconds