Home
last modified time | relevance | path

Searched refs:expiryTimestamp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBConsentedDebugConfiguration.java86 @NonNull Instant expiryTimestamp) { in create() argument
89 Objects.requireNonNull(expiryTimestamp); in create()
96 .setExpiryTimestamp(expiryTimestamp) in create()
127 public abstract Builder setExpiryTimestamp(@NonNull Instant expiryTimestamp); in setExpiryTimestamp() argument
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java297 Instant expiryTimestamp = CommonFixture.FIXED_NOW.plus(expiryDuration); in test_view_success() local
303 .setExpiryTimestamp(expiryTimestamp) in test_view_success()
314 result.mOut, isConsented, debugToken, creationTimestamp, expiryTimestamp); in test_view_success()
385 Instant expiryTimestamp = in assertConsentedDebugConfigurationJson() local
392 Truth.assertThat(expiryTimestamp.getEpochSecond()) in assertConsentedDebugConfigurationJson()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugEnableArgs.java43 private ConsentedDebugEnableArgs(@NonNull String debugToken, @NonNull Instant expiryTimestamp) { in ConsentedDebugEnableArgs() argument
45 mExpiryTimestamp = Objects.requireNonNull(expiryTimestamp); in ConsentedDebugEnableArgs()