Home
last modified time | relevance | path

Searched refs:ofEpochSecond (Results 1 – 4 of 4) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/common/
DTimestamp.java180 return ofEpochSecond(epochSec, nanoAdjustment); in plus()
185 private static Timestamp ofEpochSecond(long epochSecond, long nanoAdjustment) { in ofEpochSecond() method in Timestamp
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/
DDateJava8FallbacksTest.java19 … private final OffsetDateTime DATETIME_EPOCH = OffsetDateTime.ofInstant(Instant.ofEpochSecond(0L),
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DZoneInfoDataTest.java809 return Instant.ofEpochSecond(timeInSeconds); in timeFromSeconds()
/external/downloader/src/test/java/com/google/android/downloader/
DDownloaderTest.java143 .format(Instant.ofEpochSecond(lastModifiedTimeSeconds)))); in downloadOneFile()
276 .format(Instant.ofEpochSecond(lastModifiedTimestampSeconds))); in downloadOneFile_existingContent_withLastModified()