Home
last modified time | relevance | path

Searched defs:whenMillis (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DCountryTimeZones.java110 boolean isEffectiveAt(long whenMillis) { in isEffectiveAt()
348 public boolean hasUtcZone(long whenMillis) { in hasUtcZone()
378 public OffsetResult lookupByOffsetWithBias(long whenMillis, TimeZone bias, in lookupByOffsetWithBias()
396 public OffsetResult lookupByOffsetWithBias(long whenMillis, TimeZone bias, in lookupByOffsetWithBias()
410 public List<TimeZoneMapping> getEffectiveTimeZoneMappingsAt(long whenMillis) { in getEffectiveTimeZoneMappingsAt()
466 private OffsetResult lookupByOffsetWithBiasInternal(long whenMillis, TimeZone bias, in lookupByOffsetWithBiasInternal()
511 private static boolean offsetMatchesAtTime(long whenMillis, TimeZone timeZone, in offsetMatchesAtTime()
DZoneInfoData.java635 public int getOffset(long whenMillis) { in getOffset()
654 public boolean isInDaylightTime(long whenMillis) { in isInDaylightTime()
686 public @Nullable Integer getLatestDstSavingsMillis(long whenMillis) { in getLatestDstSavingsMillis()
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DCountryTimeZonesTest.java341 long whenMillis = (Long) testCase[2]; in executeLookupByOffsetWithBiasTestCases() local