Home
last modified time | relevance | path

Searched refs:getLatestOhttpKeyConfigOfType (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/encryption/
DKAnonObliviousHttpEncryptorImplTest.java83 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
111 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeNoChange()
165 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
192 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeNoChange()
DObliviousHttpEncryptorImplTest.java94 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
122 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
174 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
202 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeChange()
DAdSelectionEncryptionKeyManagerTest.java406 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
439 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
461 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
485 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
519 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()
544 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
DProtectedServersEncryptionConfigManagerTest.java481 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
506 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
544 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withNoKeys_returnsLatestKey()
597 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
639 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
665 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withNoKeys_persistsToDatabase()
707 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_nullCoordinator_returnsDefaultKey()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DObliviousHttpEncryptorWithSeedImplTest.java80 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
120 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
172 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
212 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeChange()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManager.java146 public FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType(
161 return getLatestOhttpKeyConfigOfType(
187 private FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType(
DKAnonObliviousHttpEncryptorImpl.java69 .getLatestOhttpKeyConfigOfType(JOIN, keyFetchTimeoutMs, null, devContext) in encryptBytes()
DObliviousHttpEncryptorImpl.java83 .getLatestOhttpKeyConfigOfType(AUCTION, keyFetchTimeoutMs, coordinator, devContext) in encryptBytes()
DProtectedServersEncryptionConfigManagerBase.java65 abstract FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType( in getLatestOhttpKeyConfigOfType() method in ProtectedServersEncryptionConfigManagerBase
DProtectedServersEncryptionConfigManager.java122 public FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType( in getLatestOhttpKeyConfigOfType() method in ProtectedServersEncryptionConfigManager
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DObliviousHttpEncryptorWithSeedImpl.java79 .getLatestOhttpKeyConfigOfType( in encryptBytes()