Home
last modified time | relevance | path

Searched defs:ZoneInfo (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java30 public final class ZoneInfo extends TimeZone { class
55 ZoneInfo(String name, int[] transitions, byte[] type, int[] gmtOffsets, byte[] isDsts) { in ZoneInfo() method in ZoneInfo