Searched refs:sTimeZoneCache (Results 1 – 1 of 1) sorted by relevance
127 private static HashMap<String, TimeZone> sTimeZoneCache = new HashMap<String, TimeZone>(); field in CalendarUtilities233 sTimeZoneCache.clear(); in clearTimeZoneCache()747 TimeZone timeZone = sTimeZoneCache.get(timeZoneString); in tziStringToTimeZone()760 sTimeZoneCache.put(timeZoneString, timeZone); in tziStringToTimeZone()