Searched defs:zoneId (Results 1 – 7 of 7) sorted by relevance
39 public final String zoneId; field in TimeZoneLookupHelper.OffsetResult44 public OffsetResult(String zoneId, boolean isOnlyMatch) { in OffsetResult()88 public final String zoneId; field in TimeZoneLookupHelper.CountryResult98 public CountryResult(String zoneId, boolean allZonesHaveSameOffset, long whenMillis) { in CountryResult()
143 public void setDeviceTimeZone(String zoneId) { in setDeviceTimeZone()185 static void setDeviceTimeZoneStatic(Context context, String zoneId) { in setDeviceTimeZoneStatic()
220 String zoneId; in handleNetworkCountryCodeSet() local393 String zoneId; in handleTimeZoneFromNitz() local539 private void setAndBroadcastNetworkSetTimeZone(String zoneId) { in setAndBroadcastNetworkSetTimeZone()
362 String zoneId = defaultTimeZoneForMcc(mcc); in setTimezoneFromMccIfNeeded() local
54 final ZoneId zoneId = TimeZone.getDefault().toZoneId(); in sunrise() local70 final ZoneId zoneId = TimeZone.getDefault().toZoneId(); in sunset() local
641 String zoneId, String countryIsoCode) { in Scenario()708 Builder setTimeZone(String zoneId) { in setTimeZone()
1116 final ZoneId zoneId = ZoneId.systemDefault(); in getTwilightStateRelativeToNow() local