Searched refs:whenMillis (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
D | TimeZoneLookupHelper.java | 198 public CountryResult lookupByCountry(@NonNull String isoCountryCode, long whenMillis) { in lookupByCountry() argument 217 countryTimeZones.getEffectiveTimeZoneMappingsAt(whenMillis); in lookupByCountry() 222 debugInfo = "No effective time zones found at whenMillis=" + whenMillis; in lookupByCountry() 226 debugInfo = "One effective time zone found at whenMillis=" + whenMillis; in lookupByCountry() 229 whenMillis, effectiveTimeZoneMappings, countryDefaultZone); in lookupByCountry() 234 + " whenMillis=" + whenMillis; in lookupByCountry() 241 long whenMillis, @NonNull List<TimeZoneMapping> effectiveTimeZoneMappings, in countryUsesDifferentOffsets() argument 244 int countryDefaultOffset = countryDefaultZone.getOffset(whenMillis); in countryUsesDifferentOffsets() 251 int candidateOffset = timeZone.getOffset(whenMillis); in countryUsesDifferentOffsets() 294 @Nullable Boolean isDst, long whenMillis) { in offsetMatchesAtTime() argument [all …]
|
D | TimeZoneSuggesterImpl.java | 241 int slotIndex, @NonNull String countryIsoCode, long whenMillis) { in findTimeZoneFromNetworkCountryCode() argument 250 + " whenMillis=" + whenMillis + ", countryIsoCode=" + countryIsoCode); in findTimeZoneFromNetworkCountryCode() 252 countryIsoCode, whenMillis); in findTimeZoneFromNetworkCountryCode() 271 + ", whenMillis=" + whenMillis + ", lookupResult=" + lookupResult); in findTimeZoneFromNetworkCountryCode()
|
/frameworks/base/core/java/android/timezone/ |
D | CountryTimeZones.java | 203 public boolean hasUtcZone(long whenMillis) { in hasUtcZone() argument 204 return mDelegate.hasUtcZone(whenMillis); in hasUtcZone() 222 public OffsetResult lookupByOffsetWithBias(long whenMillis, @Nullable TimeZone bias, in lookupByOffsetWithBias() argument 226 whenMillis, bias, totalOffsetMillis, isDst); in lookupByOffsetWithBias() 245 public OffsetResult lookupByOffsetWithBias(long whenMillis, @Nullable TimeZone bias, in lookupByOffsetWithBias() argument 248 mDelegate.lookupByOffsetWithBias(whenMillis, bias, totalOffsetMillis); in lookupByOffsetWithBias() 262 public List<TimeZoneMapping> getEffectiveTimeZoneMappingsAt(long whenMillis) { in getEffectiveTimeZoneMappingsAt() argument 264 mDelegate.getEffectiveTimeZoneMappingsAt(whenMillis); in getEffectiveTimeZoneMappingsAt()
|
/frameworks/base/core/java/android/app/admin/ |
D | SystemUpdatePolicy.java | 639 long whenMillis = TimeUnit.HOURS.toMillis(query.get(Calendar.HOUR_OF_DAY)) in getInstallationOptionRegardlessFreezeAt() local 647 if ((windowStartMillis <= whenMillis && whenMillis <= windowEndMillis) in getInstallationOptionRegardlessFreezeAt() 649 && (windowStartMillis <= whenMillis || whenMillis <= windowEndMillis))) { in getInstallationOptionRegardlessFreezeAt() 651 (windowEndMillis - whenMillis + dayInMillis) % dayInMillis); in getInstallationOptionRegardlessFreezeAt() 654 (windowStartMillis - whenMillis + dayInMillis) % dayInMillis); in getInstallationOptionRegardlessFreezeAt()
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 100 int offsetMillis, boolean isDst, long whenMillis, String countryIso) { in getIcuTimeZone() argument 112 whenMillis, bias, offsetMillis, isDst); in getIcuTimeZone()
|