Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSntpClient.java231 Timestamp64 clientResponseTimestamp) { in calculateClockOffset() argument
245 .plus(Duration64.between(clientResponseTimestamp, serverTransmitTimestamp)) in calculateClockOffset()
/frameworks/base/core/tests/coretests/src/android/net/
DSntpClientTest.java271 Timestamp64 clientResponseTimestamp = Timestamp64.fromInstant( in checkCalculateClockOffset() local
280 serverTransmitTimestamp, clientResponseTimestamp); in checkCalculateClockOffset()