Searched refs:getExpiredAdSelectionEncryptionKeyTypes (Results 1 – 5 of 5) sorted by relevance
226 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch()242 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundFetch_noExpiredKeys_nothingToFetch()247 verify(mConfigManagerMock).getExpiredAdSelectionEncryptionKeyTypes(any()); in testRunBackgroundFetch_noExpiredKeys_nothingToFetch()271 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundKeyFetch_keyFetchJobDisabled_nothingToFetch()276 verify(mConfigManagerMock, times(1)).getExpiredAdSelectionEncryptionKeyTypes(any()); in testRunBackgroundKeyFetch_keyFetchJobDisabled_nothingToFetch()299 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundKeyFetch_auctionKeyFetchJobDisabled_joinKeysFetched()304 verify(mConfigManagerMock).getExpiredAdSelectionEncryptionKeyTypes(any()); in testRunBackgroundKeyFetch_auctionKeyFetchJobDisabled_joinKeysFetched()332 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundKeyFetch_joinKeyFetchJobDisabled_allAuctionKeysFetched()337 verify(mConfigManagerMock).getExpiredAdSelectionEncryptionKeyTypes(any()); in testRunBackgroundKeyFetch_joinKeyFetchJobDisabled_allAuctionKeysFetched()363 when(mConfigManagerMock.getExpiredAdSelectionEncryptionKeyTypes(any())) in testRunBackgroundKeyFetch_OnEmptyDbAndInAdvanceEnabled_EmptyDb_allKeysFetched()[all …]
149 .getExpiredAdSelectionEncryptionKeyTypes(keyExpiryInstant) in concatAbsentAndExpiredKeyTypes()166 mKeyConfigManager.getExpiredAdSelectionEncryptionKeyTypes( in getExpiredKeyTypes()
79 abstract Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant); in getExpiredAdSelectionEncryptionKeyTypes() method in ProtectedServersEncryptionConfigManagerBase
330 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) {
313 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) {