Home
last modified time | relevance | path

Searched refs:whenMillis (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTimeZoneLookupHelper.java96 public final long whenMillis; field in TimeZoneLookupHelper.CountryResult
98 public CountryResult(String zoneId, boolean allZonesHaveSameOffset, long whenMillis) { in CountryResult() argument
101 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() argument
206 countryTimeZones.isDefaultOkForCountryTimeZoneDetection(whenMillis), in lookupByCountry()
207 whenMillis); in lookupByCountry()
270 public boolean countryUsesUtc(String isoCountryCode, long whenMillis) { in countryUsesUtc() argument
[all …]
/frameworks/base/core/java/android/app/admin/
DSystemUpdatePolicy.java641 long whenMillis = TimeUnit.HOURS.toMillis(query.get(Calendar.HOUR_OF_DAY)) in getInstallationOptionRegardlessFreezeAt() local
649 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()