Home
last modified time | relevance | path

Searched refs:timeZoneIdsCountryMapping (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
H A DTzLookupGenerator.java662 private final TzIdsProto.CountryMapping timeZoneIdsCountryMapping; field in TzLookupGenerator.CountryOutputData
665 TzIdsProto.CountryMapping timeZoneIdsCountryMapping) { in CountryOutputData() argument
667 this.timeZoneIdsCountryMapping = Objects.requireNonNull(timeZoneIdsCountryMapping); in CountryOutputData()
675 return timeZoneIdsCountryMapping; in getTimeZoneIdsCountryMapping()