Searched refs: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() argument101 this.whenMillis = whenMillis; in CountryResult()118 if (whenMillis != that.whenMillis) { in equals()128 result = 31 * result + (int) (whenMillis ^ (whenMillis >>> 32)); in hashCode()137 + ", whenMillis=" + whenMillis in toString()194 public CountryResult lookupByCountry(String isoCountryCode, long whenMillis) { in lookupByCountry() argument206 countryTimeZones.isDefaultOkForCountryTimeZoneDetection(whenMillis), in lookupByCountry()207 whenMillis); in lookupByCountry()270 public boolean countryUsesUtc(String isoCountryCode, long whenMillis) { in countryUsesUtc() argument[all …]
641 long whenMillis = TimeUnit.HOURS.toMillis(query.get(Calendar.HOUR_OF_DAY)) in getInstallationOptionRegardlessFreezeAt() local649 if ((windowStartMillis <= whenMillis && whenMillis <= windowEndMillis) in getInstallationOptionRegardlessFreezeAt()651 && (windowStartMillis <= whenMillis || whenMillis <= windowEndMillis))) { in getInstallationOptionRegardlessFreezeAt()653 (windowEndMillis - whenMillis + dayInMillis) % dayInMillis); in getInstallationOptionRegardlessFreezeAt()656 (windowStartMillis - whenMillis + dayInMillis) % dayInMillis); in getInstallationOptionRegardlessFreezeAt()