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

/libcore/luni/src/test/java/libcore/java/util/
H A DGregorianCalendarTest.java368 checkDstFields(cal, description, timeZone.getRawOffset(), timeZone.getDSTSavings());
427 public int getDSTSavings() { method in class:GregorianCalendarTest.DelegatingTimeZone
428 return timeZone.getDSTSavings();
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java218 return getRawOffset() + getDSTSavings();
243 dstoffset = getDSTSavings();
408 offsetMillis += getDSTSavings();
481 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()}
315 // This isn't generally useful, but it's exposed by TimeZone.getDSTSavings.
589 @Override public int getDSTSavings() { method in class:ZoneInfo

Completed in 68 milliseconds