Home | History | Annotate | Download | only in zone

Lines Matching defs:timeZone

28 import android.icu.util.TimeZone;
61 Set<String> zoneIds = TimeZone.getAvailableIDs(TimeZone.SystemTimeZoneType.ANY, null, null);
79 Collections.singletonMap(TimeZone.getTZDataVersion(),
87 * 0. TimeZone.getFrozenTimeZone() always returns a BasicTimeZone object.
105 TimeZone timeZone = TimeZone.getFrozenTimeZone(zoneId);
107 verify(timeZone instanceof BasicTimeZone, zoneId,
108 "Unexpected time zone class " + timeZone.getClass());
109 BasicTimeZone tz = (BasicTimeZone) timeZone;
303 String canonicalId = TimeZone.getCanonicalID(zoneId);