Searched refs:getAbsentAdSelectionEncryptionKeyTypes (Results 1 – 7 of 7) sorted by relevance
365 when(mConfigManagerMock.getAbsentAdSelectionEncryptionKeyTypes()) in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_EmptyDb_allKeysFetched()371 verify(mConfigManagerMock).getAbsentAdSelectionEncryptionKeyTypes(); in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_EmptyDb_allKeysFetched()393 when(mConfigManagerMock.getAbsentAdSelectionEncryptionKeyTypes()).thenReturn(Set.of()); in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_InAdvance_allKeysFetched()400 verify(mConfigManagerMock).getAbsentAdSelectionEncryptionKeyTypes(); in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_InAdvance_allKeysFetched()
280 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes()290 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyJoinInDb_AuctionKeyIsMissing()298 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()307 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()).isEmpty(); in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
243 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes()254 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyJoinInDb_AuctionKeyIsMissing()263 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()) in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()274 assertThat(mKeyManager.getAbsentAdSelectionEncryptionKeyTypes()).isEmpty(); in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
81 abstract Set<Integer> getAbsentAdSelectionEncryptionKeyTypes(); in getAbsentAdSelectionEncryptionKeyTypes() method in ProtectedServersEncryptionConfigManagerBase
340 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {
151 mKeyConfigManager.getAbsentAdSelectionEncryptionKeyTypes().stream()) in concatAbsentAndExpiredKeyTypes()
323 public Set<Integer> getAbsentAdSelectionEncryptionKeyTypes() {