Searched refs:DEFAULT_TIMEZONE (Results 1 – 5 of 5) sorted by relevance
90 protected final static TimeZone DEFAULT_TIMEZONE; field in StdDateFormat92 DEFAULT_TIMEZONE = TimeZone.getTimeZone("UTC"); // since 2.7107 DATE_FORMAT_RFC1123.setTimeZone(DEFAULT_TIMEZONE);122 …protected static final Calendar CALENDAR = new GregorianCalendar(DEFAULT_TIMEZONE, DEFAULT_LOCALE);193 return DEFAULT_TIMEZONE; in getDefaultTimeZone()202 tz = DEFAULT_TIMEZONE; in withTimeZone()276 df.setTimeZone(DEFAULT_TIMEZONE); in getISO8601Format()435 tz = DEFAULT_TIMEZONE; in format()641 TimeZone tz = DEFAULT_TIMEZONE; in _parseAsISO8601()778 df.setTimeZone((tz == null) ? DEFAULT_TIMEZONE : tz); in _cloneFormat()
30 private static final TimeZone DEFAULT_TIMEZONE = field in BaseSettings389 return (tz == null) ? DEFAULT_TIMEZONE : tz; in getTimeZone()
69 public final static String DEFAULT_TIMEZONE = "##default"; field104 public String timezone() default DEFAULT_TIMEZONE; in timezone() field478 (tzStr == null || tzStr.length() == 0 || DEFAULT_TIMEZONE.equals(tzStr)) ? in Value()
30 private static final TimeZone DEFAULT_TIMEZONE = TimeZone.getDefault(); field in ShadowAlarmManager38 TimeZone.setDefault(DEFAULT_TIMEZONE); in reset()
25 private static final TimeZone DEFAULT_TIMEZONE = TimeZone.getDefault(); field in ShadowTimeTest32 TimeZone.setDefault(DEFAULT_TIMEZONE); in tearDown()