Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java141 private Set<Integer> concatAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in concatAbsentAndExpiredKeyTypes() argument
144 .getExpiredAdSelectionEncryptionKeyTypes(keyExpiryInstant) in concatAbsentAndExpiredKeyTypes()
150 private FluentFuture<Set<Integer>> getAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in getAbsentAndExpiredKeyTypes() argument
153 .submit(() -> concatAbsentAndExpiredKeyTypes(keyExpiryInstant))); in getAbsentAndExpiredKeyTypes()
156 private FluentFuture<Set<Integer>> getExpiredKeyTypes(Instant keyExpiryInstant) { in getExpiredKeyTypes() argument
162 keyExpiryInstant))); in getExpiredKeyTypes()
166 Set<Integer> expiredKeyTypes, Instant keyExpiryInstant, Supplier<Boolean> shouldStop) { in fetchNewKeys() argument
212 keyExpiryInstant, in fetchNewKeys()
224 keyExpiryInstant, in fetchNewKeys()
239 fetchAndPersistJoinKey(keyExpiryInstant, sequencer, keyFetchLogger)); in fetchNewKeys()
[all …]
DAdSelectionEncryptionKeyManager.java294 Instant keyExpiryInstant,
316 adSelectionKeyType, keyExpiryInstant);
324 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) {
325 return mEncryptionKeyDao.getExpiredKeys(keyExpiryInstant).stream()
DProtectedServersEncryptionConfigManager.java270 Instant keyExpiryInstant,
293 adSelectionKeyType, fetchUri.toString(), keyExpiryInstant);
301 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) {
302 return mProtectedServersEncryptionConfigDao.getAllExpiredKeys(keyExpiryInstant).stream()
DProtectedServersEncryptionConfigManagerBase.java76 Instant keyExpiryInstant, in fetchAndPersistActiveKeysOfType() argument
82 abstract Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant); in getExpiredAdSelectionEncryptionKeyTypes() argument
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorkerTest.java238 Instant keyExpiryInstant, in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch() argument