Searched refs:getAbsentAdSelectionEncryptionKeyTypes (Results 1 – 6 of 6) sorted by relevance
282 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()
222 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()
84 abstract Set<Integer> getAbsentAdSelectionEncryptionKeyTypes(); in getAbsentAdSelectionEncryptionKeyTypes() method in ProtectedServersEncryptionConfigManagerBase
334 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {
311 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {
146 mKeyConfigManager.getAbsentAdSelectionEncryptionKeyTypes().stream()) in concatAbsentAndExpiredKeyTypes()