Searched defs:transitions (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
H A DCalendarUtilities.java345 * @param tz a TimeZone the time zone in which we're looking for transitions
548 * @return true if transitions could be found for all years, false otherwise
557 // Get the transitions for this year and the next few years
682 * @param transitions calendars representing transitions to/from DST
685 static long findNextTransition(long startingMillis, GregorianCalendar[] transitions) { argument
686 for (GregorianCalendar transition: transitions) {
698 * from us we'll find the DST transitions and build the structure from that information
712 // See if we can get transitions for a few years; if not, we can't generate DST info
736 // If we can't find transitions, w
[all...]

Completed in 401 milliseconds