Searched refs:timeZoneIn (Results 1 – 1 of 1) sorted by relevance
314 for (CountryZonesFile.TimeZoneMapping timeZoneIn : timeZonesIn) { in processCountry()316 "id=" + timeZoneIn.getId() + ", offset=" + timeZoneIn.getUtcOffset() in processCountry()317 + ", shownInPicker=" + timeZoneIn.getShownInPicker()); in processCountry()320 validateNonDstOffset(offsetSampleTimeMillis, countryIn, timeZoneIn, in processCountry()323 String timeZoneInId = timeZoneIn.getId(); in processCountry()324 boolean shownInPicker = timeZoneIn.getShownInPicker(); in processCountry()434 CountryZonesFile.Country country, CountryZonesFile.TimeZoneMapping timeZoneIn, in validateNonDstOffset() argument436 String utcOffsetString = timeZoneIn.getUtcOffset(); in validateNonDstOffset()451 String timeZoneIdIn = timeZoneIn.getId(); in validateNonDstOffset()