Home
last modified time | relevance | path

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

/system/timezone/input_data/android/
Dcountryzones.txt48 # timeZoneMappings:
102 timeZoneMappings:<
111 timeZoneMappings:<
120 timeZoneMappings:<
129 timeZoneMappings:<
138 timeZoneMappings:<
147 timeZoneMappings:<
156 timeZoneMappings:<
165 timeZoneMappings:<
175 timeZoneMappings:<
[all …]
/system/timezone/tzlookup_generator/src/main/proto/
Dcountry_zones_file.proto32 repeated TimeZoneMapping timeZoneMappings = 3; field
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java160 List<CountryZonesFile.TimeZoneMapping> timeZoneMappings = country.getTimeZoneMappingsList(); in create() local
165 for (CountryZonesFile.TimeZoneMapping timeZoneMapping : timeZoneMappings) { in create()