Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java323 String timeZoneInId = timeZoneIn.getId(); in processCountry() local
325 if (!countryZoneUsage.hasEntry(timeZoneInId)) { in processCountry()
328 "No entry in CountryZoneUsage for " + timeZoneInId); in processCountry()
335 countryZoneUsage.getNotUsedAfterInstant(timeZoneInId); in processCountry()
340 timeZoneInId, shownInPicker, notUsedAfterInstant); in processCountry()