Home
last modified time | relevance | path

Searched defs:clientTime (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/clockskew/
H A DClockSkewAdjustmentTest.java86 Instant clientTime = Instant.now().plus(1, HOURS); in clockSkewDoesNotAdjustOnNonClockSkewErrors() local
125 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
135 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/
H A DClockSkew.java49 public static boolean isClockSkewed(Instant clientTime, Instant serverTime) { in isClockSkewed()
59 public static Duration getClockSkew(Instant clientTime, Instant serverTime) { in getClockSkew()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/net/
H A DSntpClientTest.java213 Instant clientTime, Instant serverTime, SntpClient client) { in checkRequestTimeCalcs()
254 private void checkCalculateClockOffset(Instant clientTime, Instant serverTime) { in checkCalculateClockOffset()