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/src/com/android/adservices/data/adselection/
DEncryptionContextDaoTest.java84 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_emptyTable_returnsNull()
95 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_returnsContext()
109 mEncryptionContextDao.getEncryptionContext( in test_getEncryptionContext_multipleEntriesInTable_returnsContext()
117 mEncryptionContextDao.getEncryptionContext( in test_insertEncryptionContext_returnsSuccess()
122 mEncryptionContextDao.getEncryptionContext( in test_insertEncryptionContext_returnsSuccess()
142 mEncryptionContextDao.getEncryptionContext( in test_removeExpiredEncryptionContext_removesExpiredEntries()
146 mEncryptionContextDao.getEncryptionContext( in test_removeExpiredEncryptionContext_removesExpiredEntries()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DObliviousHttpRequestContextMarshallerTest.java96 mEncryptionContextDao.getEncryptionContext( in test_insertContext_success()
114 mEncryptionContextDao.getEncryptionContext( in test_insertContext_success()
130 mEncryptionContextDao.getEncryptionContext( in test_getContext_success()
167 mEncryptionContextDao.getEncryptionContext( in test_getContext_contextMissing_throwsIAE()
DObliviousHttpEncryptorImplTest.java196 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success()
224 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/src/com/android/adservices/service/adselection/
DObliviousHttpEncryptorWithSeedImplTest.java207 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success()
247 assertThat(mEncryptionContextDao.getEncryptionContext(1L, AUCTION)).isNotNull(); in test_decryptBytes_success_withServerAuctionMediaTypeChange()
DAuctionServerE2ETest.java1897 mEncryptionContextDao.getEncryptionContext( in testPersistAdSelectionResult_withDecrypt_validRequest_successEmptyUri()
2981 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_multiCloudOn_success()
3616 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_multiCloudOn_nullCoordinator_success()
3750 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_multiCloudOff_nullCoordinator_success()
4017 mEncryptionContextDao.getEncryptionContext( in testGetAdSelectionData_withEncryptHelper()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DObliviousHttpRequestContextMarshaller.java52 mEncryptionContextDao.getEncryptionContext( in getAuctionOblivioushttpRequestContext()