Searched defs:whenMillis (Results 1 – 3 of 3) sorted by relevance
110 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()
635 public int getOffset(long whenMillis) { in getOffset()654 public boolean isInDaylightTime(long whenMillis) { in isInDaylightTime()686 public @Nullable Integer getLatestDstSavingsMillis(long whenMillis) { in getLatestDstSavingsMillis()
341 long whenMillis = (Long) testCase[2]; in executeLookupByOffsetWithBiasTestCases() local