Searched refs:hasUtcZone (Results 1 – 2 of 2) sorted by relevance
203 public boolean hasUtcZone(long whenMillis) { in hasUtcZone() method in CountryTimeZones204 return mDelegate.hasUtcZone(whenMillis); in hasUtcZone()
312 return countryTimeZones != null && countryTimeZones.hasUtcZone(whenMillis); in countryUsesUtc()