Home
last modified time | relevance | path

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

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
H A DTzLookupGenerator.java416 String timeZoneInId = timeZoneIn.getId(); in processCountry() local
421 countryZoneUsage.getNotUsedAfterInstant(timeZoneInId); in processCountry()
423 countryZoneUsage.getNotUsedReplacementId(timeZoneInId); in processCountry()
429 if (!countryZoneUsage.hasEntry(timeZoneInId)) { in processCountry()
431 errors.addError("No entry in CountryZoneUsage for " + timeZoneInId); in processCountry()
437 new ArrayList<>(backwardIn.getAllAlternativeIds(timeZoneInId)); in processCountry()
442 timeZoneInId, shownInPicker, notUsedAfterInstant, notUsedReplacementId, in processCountry()