Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java224 List<CountryZonesFile.TimeZoneMapping> timeZonesIn = in processCountry() local
226 if (timeZonesIn.isEmpty()) { in processCountry()
233 List<String> countryTimeZoneIds = CountryZonesFileSupport.extractIds(timeZonesIn); in processCountry()
314 for (CountryZonesFile.TimeZoneMapping timeZoneIn : timeZonesIn) { in processCountry()
358 List<CountryZonesFile.TimeZoneMapping> timeZonesIn = countryIn.getTimeZoneMappingsList(); in determineCountryDefaultZoneId() local
369 if (timeZonesIn.size() > 1) { in determineCountryDefaultZoneId()
375 defaultTimeZoneId = timeZonesIn.get(0).getId(); in determineCountryDefaultZoneId()