Searched refs:fixedClock (Results 1 – 1 of 1) sorted by relevance
421 Clock fixedClock = Clock.fixed(Instant.ofEpochSecond(0), ZoneOffset.UTC); in checkEntitlementStatus_httpResponse503WithDateTime_returnsRetryAfter() local422 ImsEntitlementApi.sClock = fixedClock; in checkEntitlementStatus_httpResponse503WithDateTime_returnsRetryAfter()432 getDateTimeAfter(120, fixedClock), in checkEntitlementStatus_httpResponse503WithDateTime_returnsRetryAfter()515 private String getDateTimeAfter(long seconds, Clock fixedClock) { in getDateTimeAfter() argument519 return dateFormat.format(Date.from(fixedClock.instant().plusSeconds(seconds))); in getDateTimeAfter()