Home
last modified time | relevance | path

Searched refs:getEncryptionContext (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DEncryptionContextDaoTest.java80 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_emptyTable_returnsNull()
91 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_returnsContext()
105 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_multipleEntriesInTable_returnsContext()
113 mEncryptionContextDao.getEncryptionContext( in test_insertEncryptionContext_returnsSuccess()
118 mEncryptionContextDao.getEncryptionContext( in test_insertEncryptionContext_returnsSuccess()
138 mEncryptionContextDao.getEncryptionContext( in test_removeExpiredEncryptionContext_removesExpiredEntries()
142 mEncryptionContextDao.getEncryptionContext( in test_removeExpiredEncryptionContext_removesExpiredEntries()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/encryption/
DObliviousHttpRequestContextMarshallerTest.java100 mEncryptionContextDao.getEncryptionContext( in test_insertContext_success()
118 mEncryptionContextDao.getEncryptionContext( in test_insertContext_success()
134 mEncryptionContextDao.getEncryptionContext( in test_getContext_success()
175 mEncryptionContextDao.getEncryptionContext( in test_getContext_contextMissing_throwsIAE()
DObliviousHttpEncryptorImplTest.java188 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success()
216 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success_withServerAuctionMediaTypeChange()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DEncryptionContextDao.java43 public abstract DBEncryptionContext getEncryptionContext( in getEncryptionContext() method in EncryptionContextDao
86 getEncryptionContext(contextId, encryptionKeyType); in getEncryptionContextForIdAndKeyType()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DObliviousHttpEncryptorWithSeedImplTest.java193 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success()
233 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success_withServerAuctionMediaTypeChange()
DAuctionServerIntegrationTest.java2012 mEncryptionContextDao.getEncryptionContext( in testPersistAdSelectionResult_omitAdsEnabled_success()
2206 mEncryptionContextDao.getEncryptionContext( in testPersistAdSelectionResult_withChaffAuctionResult_successEmptyUri()
3103 mEncryptionContextDao.getEncryptionContext( in testPersistAdselectionResult_withCompleteAuction_success()
3415 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_nullCoordinator_success()
3605 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_withTestCoordinatorUriStrategy_uriNotInAllowlist_success()
3737 mEncryptionContextDao.getEncryptionContext( in prepareDataAndRunServerAuction()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpRequestContextMarshaller.java55 mEncryptionContextDao.getEncryptionContext( in getAuctionOblivioushttpRequestContext()