Searched refs:timeZonesIn (Results 1 – 1 of 1) sorted by relevance
224 List<CountryZonesFile.TimeZoneMapping> timeZonesIn = in processCountry() local226 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() local369 if (timeZonesIn.size() > 1) { in determineCountryDefaultZoneId()375 defaultTimeZoneId = timeZonesIn.get(0).getId(); in determineCountryDefaultZoneId()