Home
last modified time | relevance | path

Searched refs:ENCRYPTION_KEY_AUCTION_TTL_1SECS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManagerTest.java21 …static android.adservices.adselection.AuctionEncryptionKeyFixture.ENCRYPTION_KEY_AUCTION_TTL_1SECS;
214 ImmutableList.of(ENCRYPTION_KEY_AUCTION, ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestActiveAuctionKey_returnsActiveAuctionKey()
272 ImmutableList.of(ENCRYPTION_KEY_AUCTION, ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestAuctionKey_returnsAuctionKey()
383 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
427 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
448 Base64.getDecoder().decode(ENCRYPTION_KEY_AUCTION_TTL_1SECS.getPublicKey()); in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
515 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()
530 ENCRYPTION_KEY_AUCTION_TTL_1SECS in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()
540 mEncryptionKeyDao.insertAllKeys(ImmutableList.of(ENCRYPTION_KEY_AUCTION_TTL_1SECS)); in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
555 ENCRYPTION_KEY_AUCTION_TTL_1SECS in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java53 public static final DBEncryptionKey ENCRYPTION_KEY_AUCTION_TTL_1SECS = field in AuctionEncryptionKeyFixture