Home
last modified time | relevance | path

Searched defs: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()
127 public abstract Builder setExpiryTimestamp(@NonNull Instant expiryTimestamp); in setExpiryTimestamp()
/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
385 Instant expiryTimestamp = in assertConsentedDebugConfigurationJson() local
/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()