Searched refs:epochSeconds (Results 1 – 3 of 3) sorted by relevance
215 long epochSeconds = localDateTime.toEpochSecond(ZoneOffset.UTC) - timeZoneOffsetSeconds; in getPrimaryNotificationTimestamp() local217 return epochSeconds * 1000; in getPrimaryNotificationTimestamp()
160 long epochSeconds, long expectedNtpEraSeconds, int ntpEra) { in assertInstantCreationOnlySeconds() argument162 Instant instant = Instant.ofEpochSecond(epochSeconds, nanosOfSecond); in assertInstantCreationOnlySeconds()
961 long epochSeconds = in getSCTimestampMillis() local964 return epochSeconds * 1000; in getSCTimestampMillis()