Searched refs:expiryTimestamp (Results 1 – 3 of 3) sorted by relevance
86 @NonNull Instant expiryTimestamp) { in create() argument89 Objects.requireNonNull(expiryTimestamp); in create()96 .setExpiryTimestamp(expiryTimestamp) in create()127 public abstract Builder setExpiryTimestamp(@NonNull Instant expiryTimestamp); in setExpiryTimestamp() argument
297 Instant expiryTimestamp = CommonFixture.FIXED_NOW.plus(expiryDuration); in test_view_success() local303 .setExpiryTimestamp(expiryTimestamp) in test_view_success()314 result.mOut, isConsented, debugToken, creationTimestamp, expiryTimestamp); in test_view_success()385 Instant expiryTimestamp = in assertConsentedDebugConfigurationJson() local392 Truth.assertThat(expiryTimestamp.getEpochSecond()) in assertConsentedDebugConfigurationJson()
43 private ConsentedDebugEnableArgs(@NonNull String debugToken, @NonNull Instant expiryTimestamp) { in ConsentedDebugEnableArgs() argument45 mExpiryTimestamp = Objects.requireNonNull(expiryTimestamp); in ConsentedDebugEnableArgs()