Searched refs:ThreadLocalDateFormat (Results 1 – 1 of 1) sorted by relevance
214 private static class ThreadLocalDateFormat extends ThreadLocal<SimpleDateFormat> { class in Utility217 public ThreadLocalDateFormat(String formatStr) { in ThreadLocalDateFormat() method in Utility.ThreadLocalDateFormat243 private static final ThreadLocalDateFormat mFullDateTimeFormat =244 new ThreadLocalDateFormat("yyyyMMdd'T'HHmmss'Z'");246 private static final ThreadLocalDateFormat mAbbrevDateTimeFormat =247 new ThreadLocalDateFormat("yyyyMMdd");266 private static final ThreadLocalDateFormat mAbbrevEmailDateTimeFormat =267 new ThreadLocalDateFormat("yyyy-MM-dd");269 private static final ThreadLocalDateFormat mEmailDateTimeFormat =270 new ThreadLocalDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");[all …]