Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DTimeExtensions.kt40 fun Long.toInstant(): Instant { in Long() method
102 fun LocalDateTime.toInstant(): Instant { in LocalDateTime() 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
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DOperationalDatasetTimestamp.java84 public Instant toInstant() { in toInstant() method in OperationalDatasetTimestamp
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/readdata/
DReadByFilterTests.java268 private static Instant toInstant(LocalDateTime time) { in toInstant() method in ReadByFilterTests