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/src/com/android/adservices/service/adselection/encryption/
DKAnonObliviousHttpEncryptorImplTest.java92 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
120 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeNoChange()
174 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
201 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeNoChange()
DObliviousHttpEncryptorImplTest.java106 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
134 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
182 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
210 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeChange()
DProtectedServersEncryptionConfigManagerTest.java460 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
485 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
523 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withNoKeys_returnsLatestKey()
574 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
616 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
642 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withNoKeys_persistsToDatabase()
684 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_nullCoordinator_returnsDefaultKey()
DAdSelectionEncryptionKeyManagerTest.java407 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
440 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
462 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
486 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_typeAuction_withLogging()
520 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withExpiredKey_shouldReturnExpiredKey()
545 .getLatestOhttpKeyConfigOfType( in test_getLatestOhttpKeyConfigOfType_withExpiredKey_withLogging()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DObliviousHttpEncryptorWithSeedImplTest.java94 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success()
134 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_encryptBytes_success_withServerAuctionMediaTypeChange()
186 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success()
226 when(mEncryptionKeyManagerMock.getLatestOhttpKeyConfigOfType( in test_decryptBytes_success_withServerAuctionMediaTypeChange()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManager.java143 public FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType(
158 return getLatestOhttpKeyConfigOfType(
184 private FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType(
DKAnonObliviousHttpEncryptorImpl.java69 .getLatestOhttpKeyConfigOfType(JOIN, keyFetchTimeoutMs, null, devContext) in encryptBytes()
DObliviousHttpEncryptorImpl.java75 .getLatestOhttpKeyConfigOfType(AUCTION, keyFetchTimeoutMs, coordinator, devContext) in encryptBytes()
DProtectedServersEncryptionConfigManagerBase.java68 abstract FluentFuture<ObliviousHttpKeyConfig> getLatestOhttpKeyConfigOfType( in getLatestOhttpKeyConfigOfType() method in ProtectedServersEncryptionConfigManagerBase
DProtectedServersEncryptionConfigManager.java107 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()