Searched defs:zone (Results 1 – 14 of 14) sorted by relevance
25 private final ZoneId zone; field in SimpleClock27 public SimpleClock(ZoneId zone) { in SimpleClock()37 public Clock withZone(ZoneId zone) { in withZone()
40 public BestClock(ZoneId zone, Clock... clocks) { in BestClock()
53 optional string zone = 2; field71 optional string zone = 2; field
38 void setTimeZone(String zone); in setTimeZone()
137 int zone = view.getAreaId(); in initComponent() local
125 TimeZone zone = null; in parse() local
265 TimeZone zone = TimeZone.getTimeZone(tz); in format() local
71 public static RecurrenceRule buildRecurringMonthly(int dayOfMonth, ZoneId zone) { in buildRecurringMonthly()
97 optional string zone = 2; field
292 private static TimeZone zone(String zoneId) { in zone() method in NitzStateMachineTestSupport
485 private static TimeZone zone(String zoneId) { in zone() method in TimeZoneLookupHelperTest
1500 public Clock withZone(ZoneId zone) { in withZone()
1646 TimeZone zone = TimeZone.getTimeZone(tz); in setTimeZoneImpl() local4262 TimeZone zone = TimeZone.getTimeZone(SystemProperties.get(TIMEZONE_PROPERTY)); in onReceive() local
5223 optional string zone = 2; field