Home
last modified time | relevance | path

Searched refs:mProtectedServersEncryptionConfigDao (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DProtectedServersEncryptionConfigDaoTest.java113 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigDaoTest
120 mProtectedServersEncryptionConfigDao = in setup()
129 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsEmptyListWhenKeyAbsent()
133 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsEmptyListWhenKeyAbsent()
137 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsEmptyListWhenKeyAbsent()
144 mProtectedServersEncryptionConfigDao.insertKeys( in test_getLatestExpiryNKeysOfType_returnsNFreshestKey()
154 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsNFreshestKey()
164 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsNFreshestKey()
173 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in test_getLatestExpiryNKeysOfType_returnsNFreshestKey()
184 mProtectedServersEncryptionConfigDao.insertKeys( in test_getLatestExpiryNKeysOfType_diffCoordinators_returnsNFreshestKey()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManagerTest.java109 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigManagerTest
127 mProtectedServersEncryptionConfigDao = in setUp()
133 mProtectedServersEncryptionConfigDao, in setUp()
174 mProtectedServersEncryptionConfigDao.insertKeys( in test_getLatestJoinKey_returnsJoinKey()
200 mProtectedServersEncryptionConfigDao.insertKeys( in test_getLatestAuctionKey_returnsAuctionKey()
230 mProtectedServersEncryptionConfigDao.insertKeys( in test_getAbsentAdSelectionEncryptionKeyTypes_onlyJoinInDb_AuctionKeyIsMissing()
239 mProtectedServersEncryptionConfigDao.insertKeys( in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
248 mProtectedServersEncryptionConfigDao.insertKeys( in test_getAbsentAdSelectionEncryptionKeyTypes_bothKeysInDB_nothingIsMissing()
421 mProtectedServersEncryptionConfigDao.insertKeys( in test_fetchAndPersistActiveKeysOfType_persistsJey()
455 mProtectedServersEncryptionConfigDao.insertKeys( in test_getLatestOhttpKeyConfigOfType_typeAuction_returnsLatestKey()
[all …]
DBackgroundKeyFetchWorkerTest.java112 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in BackgroundKeyFetchWorkerTest
132 mProtectedServersEncryptionConfigDao = in setup()
158 mProtectedServersEncryptionConfigDao.insertKeys( in setup()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManager.java60 private final ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigManager
78 mProtectedServersEncryptionConfigDao = protectedServersEncryptionConfigDao; in ProtectedServersEncryptionConfigManager()
99 mProtectedServersEncryptionConfigDao = protectedServersEncryptionConfigDao; in ProtectedServersEncryptionConfigManager()
192 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys(
230 mProtectedServersEncryptionConfigDao.getLatestExpiryNActiveKeys(
291 mProtectedServersEncryptionConfigDao.insertKeys(encryptionConfigs);
292 mProtectedServersEncryptionConfigDao.deleteExpiredRows(
302 return mProtectedServersEncryptionConfigDao.getAllExpiredKeys(keyExpiryInstant).stream()
315 mProtectedServersEncryptionConfigDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java326 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in AuctionServerE2ETest
391 mProtectedServersEncryptionConfigDao = serverDb.protectedServersEncryptionConfigDao(); in setUp()
2960 mProtectedServersEncryptionConfigDao, in testGetAdSelectionData_multiCloudOn_success()
3069 mProtectedServersEncryptionConfigDao.insertKeys(ImmutableList.of(dbEncryptionKey)); in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3072 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3099 mProtectedServersEncryptionConfigDao, in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3120 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3207 mProtectedServersEncryptionConfigDao.insertKeys(ImmutableList.of(dbEncryptionKey)); in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3210 mProtectedServersEncryptionConfigDao.getLatestExpiryNKeys( in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3242 mProtectedServersEncryptionConfigDao, in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
[all …]