Home
last modified time | relevance | path

Searched refs:MSFT_WORD_SIZE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java93 static final int MSFT_WORD_SIZE = 2; field in CalendarUtilities
98 static final int MSFT_SYSTEMTIME_YEAR = 0 * MSFT_WORD_SIZE;
99 static final int MSFT_SYSTEMTIME_MONTH = 1 * MSFT_WORD_SIZE;
100 static final int MSFT_SYSTEMTIME_DAY_OF_WEEK = 2 * MSFT_WORD_SIZE;
101 static final int MSFT_SYSTEMTIME_DAY = 3 * MSFT_WORD_SIZE;
102 static final int MSFT_SYSTEMTIME_HOUR = 4 * MSFT_WORD_SIZE;
103 static final int MSFT_SYSTEMTIME_MINUTE = 5 * MSFT_WORD_SIZE;
106 static final int MSFT_SYSTEMTIME_SIZE = 8*MSFT_WORD_SIZE;