Searched defs:fromInstant (Results 1 – 2 of 2) sorted by relevance
67 public static OperationalDatasetTimestamp fromInstant(@NonNull Instant instant) { in fromInstant() method in OperationalDatasetTimestamp
53 Long fromInstant = FledgeRoomConverters.serializeInstant(instant); in testSerializeDeserializeInstant() local