Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java314 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() argument
436 String utcOffsetString = timeZoneIn.getUtcOffset(); in validateNonDstOffset()
451 String timeZoneIdIn = timeZoneIn.getId(); in validateNonDstOffset()