Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java110 static final int MSFT_TIME_ZONE_BIAS_OFFSET = 0; field in CalendarUtilities
112 MSFT_TIME_ZONE_BIAS_OFFSET + MSFT_LONG_SIZE;
692 setLong(tziBytes, MSFT_TIME_ZONE_BIAS_OFFSET, standardBias); in timeZoneToTziStringImpl()
789 int bias = -1 * getLong(timeZoneBytes, MSFT_TIME_ZONE_BIAS_OFFSET) * MINUTES; in tziStringToTimeZoneImpl()