Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDaoTest.java89 assertThat(actualConsentedDebugConfiguration.getExpiryTimestamp().getEpochSecond()) in testGetAllActiveConsentedDebugConfigurations()
90 .isEqualTo(DB_CONSENTED_DEBUG_CONFIGURATION.getExpiryTimestamp().getEpochSecond()); in testGetAllActiveConsentedDebugConfigurations()
127 assertThat(actualConsentedDebugConfiguration.getExpiryTimestamp().getEpochSecond()) in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
130 .getExpiryTimestamp() in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugEnableArgs.java52 public Instant getExpiryTimestamp() { in getExpiryTimestamp() method in ConsentedDebugEnableArgs
64 + getExpiryTimestamp(); in toString()
DConsentedDebugShellCommand.java227 .setExpiryTimestamp(consentedDebugEnableArgs.getExpiryTimestamp()) in runEnableSubCommand()
298 .put(JSON_EXPIRY, consentedDebugConfiguration.getExpiryTimestamp()) in convertToJson()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBConsentedDebugConfiguration.java69 public abstract Instant getExpiryTimestamp(); in getExpiryTimestamp() method in DBConsentedDebugConfiguration