Searched defs:expiryTimestamp (Results 1 – 3 of 3) sorted by relevance
86 @NonNull Instant expiryTimestamp) { in create()127 public abstract Builder setExpiryTimestamp(@NonNull Instant expiryTimestamp); in setExpiryTimestamp()
297 Instant expiryTimestamp = CommonFixture.FIXED_NOW.plus(expiryDuration); in test_view_success() local385 Instant expiryTimestamp = in assertConsentedDebugConfigurationJson() local
43 private ConsentedDebugEnableArgs(@NonNull String debugToken, @NonNull Instant expiryTimestamp) { in ConsentedDebugEnableArgs()