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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java92 static final int MSFT_WORD_SIZE = 2; field in class:CalendarUtilities
97 static final int MSFT_SYSTEMTIME_YEAR = 0 * MSFT_WORD_SIZE;
98 static final int MSFT_SYSTEMTIME_MONTH = 1 * MSFT_WORD_SIZE;
99 static final int MSFT_SYSTEMTIME_DAY_OF_WEEK = 2 * MSFT_WORD_SIZE;
100 static final int MSFT_SYSTEMTIME_DAY = 3 * MSFT_WORD_SIZE;
101 static final int MSFT_SYSTEMTIME_HOUR = 4 * MSFT_WORD_SIZE;
102 static final int MSFT_SYSTEMTIME_MINUTE = 5 * MSFT_WORD_SIZE;
103 //static final int MSFT_SYSTEMTIME_SECONDS = 6 * MSFT_WORD_SIZE;
104 //static final int MSFT_SYSTEMTIME_MILLIS = 7 * MSFT_WORD_SIZE;
105 static final int MSFT_SYSTEMTIME_SIZE = 8*MSFT_WORD_SIZE;
[all...]

Completed in 19 milliseconds