Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/
DThreadNetworkSpecifierTest.java45 var timestampNow = OperationalDatasetTimestamp.fromInstant(Instant.now()); in specifierArguments() local
101 var timestampNow = OperationalDatasetTimestamp.fromInstant(Instant.now()); in equalsTester() local
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DtimeTools.py72 def timestampNow(): function