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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java220 static class TimeZoneDate { class in class:CalendarUtilities
269 // Build a TimeZoneDate structure from a SYSTEMTIME within a byte array at a given offset
270 static TimeZoneDate getTimeZoneDateFromSystemTime(byte[] bytes, int offset) {
271 TimeZoneDate tzd = new TimeZoneDate();
309 * Build a GregorianCalendar, based on a time zone and TimeZoneDate.
311 * @param tzd the TimeZoneDate we're interested in
314 static long getMillisAtTimeZoneDateTransition(TimeZone timeZone, TimeZoneDate tzd) {
796 TimeZoneDate dstEnd =
825 TimeZoneDate dstStar
[all...]

Completed in 1792 milliseconds