Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManagerTest.java84 private static final Long EXPIRY_TTL_1SEC = 1L; field in AdSelectionEncryptionKeyManagerTest
161 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestActiveJoinKey_noActiveJoinKey_returnsNull()
173 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestActiveAuctionKey_noActiveAuctionKey_returnsNull()
191 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestActiveJoinKey_returnsActiveJoinKey()
216 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()
384 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
428 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
516 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()
541 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
575 addDelayToExpireKeys(EXPIRY_TTL_1SEC); in test_getLatestActiveOhttpKeyConfig_withExpiredKey_shouldFetchAndPersistAndReturnNewKey()
[all …]
DJoinEncryptionKeyTestUtil.java33 private static final Long EXPIRY_TTL_1SEC = 1L; field in JoinEncryptionKeyTestUtil
66 .setExpiryTtlSeconds(EXPIRY_TTL_1SEC)
74 .setExpiryTtlSeconds(EXPIRY_TTL_1SEC)
DProtectedServersEncryptionConfigManagerTest.java89 private static final Long EXPIRY_TTL_1SEC = 1L; field in ProtectedServersEncryptionConfigManagerTest
723 return EXPIRY_TTL_1SEC; in getFledgeAuctionServerEncryptionKeyMaxAgeSeconds()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java38 private static final Long EXPIRY_TTL_1SEC = 1L; field in AuctionEncryptionKeyFixture
58 .setExpiryTtlSeconds(EXPIRY_TTL_1SEC)