Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DSntpClient.java229 public static Duration calculateClockOffset(Timestamp64 clientRequestTimestamp, in calculateClockOffset() argument
244 return Duration64.between(clientRequestTimestamp, serverReceiveTimestamp) in calculateClockOffset()
/aosp14/frameworks/base/core/tests/coretests/src/android/net/
H A DSntpClientTest.java269 Timestamp64 clientRequestTimestamp = Timestamp64.fromInstant( in checkCalculateClockOffset() local
279 clientRequestTimestamp, serverReceiveTimestamp, in checkCalculateClockOffset()