Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DProtectedServersEncryptionConfigDaoTest.java258 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()
262 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()
266 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_noExpiredKeys_returnsEmpty()
284 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()
291 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()
298 mProtectedServersEncryptionConfigDao.getExpiredKeys( in test_getExpiredKeysForType_returnsExpiredKeys_success()
DEncryptionKeyDaoTest.java253 assertThat(mEncryptionKeyDao.getExpiredKeys(Instant.now())).isEmpty(); in test_getExpiredKeys_noExpiredKeys_returnsEmpty()
268 List<DBEncryptionKey> expiredKeys = mEncryptionKeyDao.getExpiredKeys(currentInstant); in test_getExpiredKeys_returnsExpiredKeys()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DEncryptionKeyDao.java87 public abstract List<DBEncryptionKey> getExpiredKeys(Instant now); in getExpiredKeys() method in EncryptionKeyDao
DProtectedServersEncryptionConfigDao.java99 public abstract List<DBProtectedServersEncryptionConfig> getExpiredKeys( in getExpiredKeys() method in ProtectedServersEncryptionConfigDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManager.java325 return mEncryptionKeyDao.getExpiredKeys(keyExpiryInstant).stream()