Home
last modified time | relevance | path

Searched refs:setExpiryTimestamp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBConsentedDebugConfigurationTest.java57 .setExpiryTimestamp(EXPIRY_TIMESTAMP) in test_create_success()
73 .setExpiryTimestamp(EXPIRY_TIMESTAMP) in test_create_primaryKeyNull()
90 .setExpiryTimestamp(EXPIRY_TIMESTAMP) in test_create_debugTokenEmpty()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBConsentedDebugConfiguration.java96 .setExpiryTimestamp(expiryTimestamp) in create()
127 public abstract Builder setExpiryTimestamp(@NonNull Instant expiryTimestamp); in setExpiryTimestamp() method in DBConsentedDebugConfiguration.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java227 .setExpiryTimestamp(consentedDebugEnableArgs.getExpiryTimestamp()) in runEnableSubCommand()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java303 .setExpiryTimestamp(expiryTimestamp) in test_view_success()