Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java142 Set<String> zoneTabCountryIsos = zoneTabMapping.keySet(); in execute() local
143 if (!zoneTabCountryIsos.equals(timezonesCountryIsos)) { in execute()
145 + Utils.subtract(zoneTabCountryIsos, timezonesCountryIsos) in execute()
148 + Utils.subtract(timezonesCountryIsos, zoneTabCountryIsos) in execute()