Searched refs:countryDefaultZone (Results 1 – 1 of 1) sorted by relevance
204 TimeZone countryDefaultZone = countryTimeZones.getDefaultTimeZone(); in lookupByCountry() local205 if (countryDefaultZone == null) { in lookupByCountry()229 whenMillis, effectiveTimeZoneMappings, countryDefaultZone); in lookupByCountry()237 return new CountryResult(countryDefaultZone.getID(), matchQuality, debugInfo); in lookupByCountry()242 @NonNull TimeZone countryDefaultZone) { in countryUsesDifferentOffsets() argument243 String countryDefaultId = countryDefaultZone.getID(); in countryUsesDifferentOffsets()244 int countryDefaultOffset = countryDefaultZone.getOffset(whenMillis); in countryUsesDifferentOffsets()