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

/libcore/luni/src/test/java/libcore/java/util/
H A DGregorianCalendarTest.java447 public boolean hasSameRules(TimeZone other) { method in class:GregorianCalendarTest.DelegatingTimeZone
448 return timeZone.hasSameRules(other);
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java725 public boolean hasSameRules(TimeZone other) { method in class:TimeZone
H A DSimpleTimeZone.java903 hasSameRules(that);
913 public boolean hasSameRules(TimeZone other) { method in class:SimpleTimeZone
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java597 @Override public boolean hasSameRules(TimeZone timeZone) { method in class:ZoneInfo
621 return getID().equals(other.getID()) && hasSameRules(other);

Completed in 97 milliseconds