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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java161 static final TimeZone sGmtTimeZone = TimeZone.getTimeZone("GMT"); field in class:CalendarUtilities
901 return millisToEasDateTime(millis, sGmtTimeZone, true);
924 if (tz == sGmtTimeZone) {
1633 TimeZone vCalendarTimeZone = sGmtTimeZone;

Completed in 29 milliseconds