Searched refs:fromInstant (Results 1 – 8 of 8) sorted by relevance
50 OperationalDatasetTimestamp.fromInstant( in fromInstant_tooLargeInstant_throwsIllegalArgument()61 OperationalDatasetTimestamp.fromInstant(instant.plusNanos(999984741)); in fromInstant_ticksIsRounded()63 OperationalDatasetTimestamp.fromInstant(instant.plusNanos(999984742)); in fromInstant_ticksIsRounded()90 OperationalDatasetTimestamp.fromInstant(timestamp1.toInstant()); in toInstant_onlyAuthoritativeSourceDiscarded()
507 OperationalDatasetTimestamp.fromInstant(Instant.now()),553 OperationalDatasetTimestamp.fromInstant(Instant.now()),687 OperationalDatasetTimestamp.fromInstant(Instant.now()),
53 Long fromInstant = FledgeRoomConverters.serializeInstant(instant); in testSerializeDeserializeInstant() local54 Instant fromLong = FledgeRoomConverters.deserializeInstant(fromInstant); in testSerializeDeserializeInstant()
211 .setActiveTimestamp(OperationalDatasetTimestamp.fromInstant(Instant.now())) in doMigration()216 OperationalDatasetTimestamp.fromInstant(Instant.now()), in doMigration()
72 OperationalDatasetTimestamp.fromInstant(Instant.ofEpochSecond(100, 999938900)); in toTlvValue_timestampFromInstant_conversionIsLossLess()
67 public static OperationalDatasetTimestamp fromInstant(@NonNull Instant instant) { in fromInstant() method in OperationalDatasetTimestamp
194 OperationalDatasetTimestamp.fromInstant(Instant.now()), in migrate()
481 …method @NonNull public static android.net.thread.OperationalDatasetTimestamp fromInstant(@NonNull …