Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/sntp/
DTimestamp64.java123 long secondsSinceEpoch = mEraSeconds - OFFSET_1900_TO_1970; in toInstant() local
124 secondsSinceEpoch += ntpEra * SECONDS_IN_ERA; in toInstant()
127 return Instant.ofEpochSecond(secondsSinceEpoch, nanos); in toInstant()