Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerTest.java23 …android.adservices.adselection.AuctionEncryptionKeyFixture.ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR;
201 ImmutableList.of(ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR)); in test_getLatestAuctionKey_returnsAuctionKey()
210 .isEqualTo(ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR.getKeyIdentifier()); in test_getLatestAuctionKey_returnsAuctionKey()
215 ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR in test_getLatestAuctionKey_returnsAuctionKey()
240 ImmutableList.of(ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR)); in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
250 ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR, in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
456 ImmutableList.of(ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR)); in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
470 ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
481 ImmutableList.of(ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR)); in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
495 ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAuctionEncryptionKeyFixture.java92 public static final DBProtectedServersEncryptionConfig ENCRYPTION_KEY_AUCTION_WITH_COORDINATOR = field in AuctionEncryptionKeyFixture