Home
last modified time | relevance | path

Searched refs:getAbsentAdSelectionEncryptionKeyTypes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManagerTest.java282 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes()
292 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyJoinInDb_AuctionKeyIsMissing()
300 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
309 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()).isEmpty(); in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
DProtectedServersEncryptionConfigManagerTest.java222 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes()
233 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyJoinInDb_AuctionKeyIsMissing()
242 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
253 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()).isEmpty(); in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerBase.java84 abstract Set<Integer> getAbsentAdSelectionEncryptionKeyTypes(); in getAbsentAdSelectionEncryptionKeyTypes() method in ProtectedServersEncryptionConfigManagerBase
DAdSelectionEncryptionKeyManager.java334 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {
DProtectedServersEncryptionConfigManager.java311 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {
DBackgroundKeyFetchWorker.java146 mKeyConfigManager.getAbsentAdSelectionEncryptionKeyTypes().stream()) in concatAbsentAndExpiredKeyTypes()