Home
last modified time | relevance | path

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

/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java153 String actualZoneName = zoneName; in ZoneCompactor() local
154 while (links.get(actualZoneName) != null) { in ZoneCompactor()
155 actualZoneName = links.get(actualZoneName); in ZoneCompactor()
159 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor()
160 f.writeInt(lengths.get(actualZoneName)); in ZoneCompactor()