Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DOperationalDatasetTimestamp.java96 public static OperationalDatasetTimestamp fromTlvValue(@NonNull byte[] encodedTimestamp) { in fromTlvValue() argument
97 requireNonNull(encodedTimestamp, "encodedTimestamp cannot be null"); in fromTlvValue()
99 encodedTimestamp.length == LENGTH_TIMESTAMP, in fromTlvValue()
102 encodedTimestamp.length, in fromTlvValue()
104 long longTimestamp = ByteBuffer.wrap(encodedTimestamp).getLong(); in fromTlvValue()