Home
last modified time | relevance | path

Searched defs:keyExpiryInstant (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorker.java146 private Set<Integer> concatAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in concatAbsentAndExpiredKeyTypes()
155 private FluentFuture<Set<Integer>> getAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in getAbsentAndExpiredKeyTypes()
161 private FluentFuture<Set<Integer>> getExpiredKeyTypes(Instant keyExpiryInstant) { in getExpiredKeyTypes()
171 Set<Integer> expiredKeyTypes, Instant keyExpiryInstant, Supplier<Boolean> shouldStop) { in fetchNewKeys()
311 Instant keyExpiryInstant, in fetchAndPersistAuctionKeys()
329 Instant keyExpiryInstant, in fetchAndPersistJoinKey()
DProtectedServersEncryptionConfigManagerBase.java73 Instant keyExpiryInstant, in fetchAndPersistActiveKeysOfType()
79 abstract Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant); in getExpiredAdSelectionEncryptionKeyTypes()