Searched defs:zoneInfos (Results 1 – 1 of 1) sorted by relevance
50 private final List<ZoneInfo> zoneInfos; field in CountryZoneTree.ZoneNode56 ZoneNode(String id, List<ZoneInfo> zoneInfos, int periodOffset, int periodCount) { in ZoneNode()164 List<ZoneInfo> zoneInfos = new ArrayList<>(); in create() local202 TimeZoneNames timeZoneNames, List<ZoneInfo> zoneInfos) { in addExtraPeriodSplits()334 private static CountryZoneTree create(String countryIso, List<ZoneInfo> zoneInfos, in create()