Searched defs:getTimeZone (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DTimeZone.java34 * <p>You can also get a specific {@code TimeZone} {@link #getTimeZone by Olson ID}.
56 * <p>Note the type returned by the factory methods {@link #getDefault} and {@link #getTimeZone} is
107 * passed to {@link #getTimeZone} to lookup the corresponding time zone
116 * offsetMillis}. Any of these IDs can be passed to {@link #getTimeZone} to
303 public static synchronized TimeZone getTimeZone(String id) { method in class:TimeZone
H A DCalendar.java881 && getTimeZone().equals(cal.getTimeZone());
1106 public TimeZone getTimeZone() { method in class:Calendar
1121 + getMinimalDaysInFirstWeek() + getTimeZone().hashCode();
/libcore/luni/src/main/java/javax/xml/datatype/
H A DXMLGregorianCalendar.java1029 public abstract TimeZone getTimeZone(int defaultZoneoffset); method in class:XMLGregorianCalendar
/libcore/luni/src/main/java/java/text/
H A DDateFormat.java319 && calendar.getTimeZone().equals(
320 dateFormat.calendar.getTimeZone())
586 public TimeZone getTimeZone() { method in class:DateFormat
587 return calendar.getTimeZone();
594 + calendar.getTimeZone().hashCode()

Completed in 110 milliseconds