Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java127 private static HashMap<String, TimeZone> sTimeZoneCache = new HashMap<String, TimeZone>(); field in CalendarUtilities
233 sTimeZoneCache.clear(); in clearTimeZoneCache()
747 TimeZone timeZone = sTimeZoneCache.get(timeZoneString); in tziStringToTimeZone()
760 sTimeZoneCache.put(timeZoneString, timeZone); in tziStringToTimeZone()