HomeSort by relevance Sort by last modified time
    Searched refs:newTz (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java 255 TimeZone newTz = TimeZone.getTimeZone(id);
259 if (!newTz.equals(gmt)) {
260 sTimezones.put(id, new TimezoneRow(id, newTz.getDisplayName()));
  /external/chromium/third_party/icu/source/test/intltest/
dtfmapts.cpp 214 TimeZone *newTz = tz.clone();
215 de->adoptTimeZone(newTz);
216 it->setTimeZone(*newTz);
  /external/icu4c/test/intltest/
dtfmapts.cpp 243 TimeZone *newTz = tz.clone();
244 de->adoptTimeZone(newTz);
245 it->setTimeZone(*newTz);

Completed in 23 milliseconds