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

/libcore/luni/src/test/java/libcore/java/util/
H A DGregorianCalendarTest.java409 checkDstFields(cal, description, timeZone.getRawOffset(), timeZone.getDSTSavings());
468 public int getDSTSavings() { method in class:GregorianCalendarTest.DelegatingTimeZone
469 return timeZone.getDSTSavings();
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java217 return getRawOffset() + getDSTSavings();
242 dstoffset = getDSTSavings();
415 offsetMillis += getDSTSavings();
491 public int getDSTSavings() { method in class:TimeZone
H A DSimpleTimeZone.java804 * @see #getDSTSavings
827 public int getDSTSavings() { method in class:SimpleTimeZone
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java103 * Implements {@link #getDSTSavings()}
335 // This isn't generally useful, but it's exposed by TimeZone.getDSTSavings.
609 @Override public int getDSTSavings() { method in class:ZoneInfo

Completed in 96 milliseconds