Home
last modified time | relevance | path

Searched defs:keyExpiryInstant (Results 1 – 3 of 3) 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()
150 private FluentFuture<Set<Integer>> getAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in getAbsentAndExpiredKeyTypes()
156 private FluentFuture<Set<Integer>> getExpiredKeyTypes(Instant keyExpiryInstant) { in getExpiredKeyTypes()
166 Set<Integer> expiredKeyTypes, Instant keyExpiryInstant, Supplier<Boolean> shouldStop) { in fetchNewKeys()
307 Instant keyExpiryInstant, in fetchAndPersistAuctionKeys()
325 Instant keyExpiryInstant, in fetchAndPersistJoinKey()
DProtectedServersEncryptionConfigManagerBase.java76 Instant keyExpiryInstant, in fetchAndPersistActiveKeysOfType()
82 abstract Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant); in getExpiredAdSelectionEncryptionKeyTypes()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorkerTest.java238 Instant keyExpiryInstant, in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch()