Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java50 private final List<ZoneInfo> zoneInfos; field in CountryZoneTree.ZoneNode
56 ZoneNode(String id, List<ZoneInfo> zoneInfos, int periodOffset, int periodCount) { in ZoneNode()
164 List<ZoneInfo> zoneInfos = new ArrayList<>(); in create() local
202 TimeZoneNames timeZoneNames, List<ZoneInfo> zoneInfos) { in addExtraPeriodSplits()
334 private static CountryZoneTree create(String countryIso, List<ZoneInfo> zoneInfos, in create()