Home
last modified time | relevance | path

Searched defs:toInstant (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DTimeExtensions.kt35 fun Long.toInstant(): Instant { in Long() method
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/storage/
DExtensions.kt27 fun Timestamp.toInstant(): Instant = Instant.ofEpochSecond(seconds, nanos.toLong()) in Instant() method