Searched defs:whenMillis (Results 1 – 2 of 2) sorted by relevance
96 public final long whenMillis; field in TimeZoneLookupHelper.CountryResult98 public CountryResult(String zoneId, boolean allZonesHaveSameOffset, long whenMillis) { in CountryResult()194 public CountryResult lookupByCountry(String isoCountryCode, long whenMillis) { in lookupByCountry()270 public boolean countryUsesUtc(String isoCountryCode, long whenMillis) { in countryUsesUtc()
641 long whenMillis = TimeUnit.HOURS.toMillis(query.get(Calendar.HOUR_OF_DAY)) in getInstallationOptionRegardlessFreezeAt() local