Searched refs:mProtectedServersEncryptionConfigDao (Results 1 – 5 of 5) sorted by relevance
113 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigDaoTest120 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 …]
109 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigManagerTest127 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 …]
112 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in BackgroundKeyFetchWorkerTest132 mProtectedServersEncryptionConfigDao = in setup()158 mProtectedServersEncryptionConfigDao.insertKeys( in setup()
60 private final ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in ProtectedServersEncryptionConfigManager78 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
326 private ProtectedServersEncryptionConfigDao mProtectedServersEncryptionConfigDao; field in AuctionServerE2ETest391 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 …]