Home
last modified time | relevance | path

Searched defs: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()
194 public CountryResult lookupByCountry(String isoCountryCode, long whenMillis) { in lookupByCountry()
270 public boolean countryUsesUtc(String isoCountryCode, long whenMillis) { in countryUsesUtc()
/frameworks/base/core/java/android/app/admin/
DSystemUpdatePolicy.java641 long whenMillis = TimeUnit.HOURS.toMillis(query.get(Calendar.HOUR_OF_DAY)) in getInstallationOptionRegardlessFreezeAt() local