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

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java126 private static HashMap<String, TimeZone> sTimeZoneCache = new HashMap<String, TimeZone>(); field in class:CalendarUtilities
232 sTimeZoneCache.clear();
746 TimeZone timeZone = sTimeZoneCache.get(timeZoneString);
759 sTimeZoneCache.put(timeZoneString, timeZone);

Completed in 7 milliseconds