Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/
DOperationalDatasetTimestampTest.java50 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()
DThreadNetworkControllerTest.java507 OperationalDatasetTimestamp.fromInstant(Instant.now()),
553 OperationalDatasetTimestamp.fromInstant(Instant.now()),
687 OperationalDatasetTimestamp.fromInstant(Instant.now()),
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/common/
DFledgeRoomConvertersTest.java53 Long fromInstant = FledgeRoomConverters.serializeInstant(instant); in testSerializeDeserializeInstant() local
54 Instant fromLong = FledgeRoomConverters.deserializeInstant(fromInstant); in testSerializeDeserializeInstant()
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DThreadNetworkSettingsFragment.java211 .setActiveTimestamp(OperationalDatasetTimestamp.fromInstant(Instant.now())) in doMigration()
216 OperationalDatasetTimestamp.fromInstant(Instant.now()), in doMigration()
/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/
DOperationalDatasetTimestampTest.java72 OperationalDatasetTimestamp.fromInstant(Instant.ofEpochSecond(100, 999938900)); in toTlvValue_timestampFromInstant_conversionIsLossLess()
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DOperationalDatasetTimestamp.java67 public static OperationalDatasetTimestamp fromInstant(@NonNull Instant instant) { in fromInstant() method in OperationalDatasetTimestamp
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkShellCommand.java194 OperationalDatasetTimestamp.fromInstant(Instant.now()), in migrate()
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt481 …method @NonNull public static android.net.thread.OperationalDatasetTimestamp fromInstant(@NonNull …