HomeSort by relevance Sort by last modified time
    Searched full:actualzonename (Results 1 - 1 of 1) sorted by null

  /system/timezone/zone_compactor/main/java/
ZoneCompactor.java 151 String actualZoneName = zoneName;
152 while (links.get(actualZoneName) != null) {
153 actualZoneName = links.get(actualZoneName);
157 f.writeInt(offsets.get(actualZoneName));
158 f.writeInt(lengths.get(actualZoneName));

Completed in 75 milliseconds