Searched refs:keyExpiryInstant (Results 1 – 5 of 5) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/ |
D | BackgroundKeyFetchWorker.java | 141 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 …]
|
D | AdSelectionEncryptionKeyManager.java | 294 Instant keyExpiryInstant, 316 adSelectionKeyType, keyExpiryInstant); 324 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) { 325 return mEncryptionKeyDao.getExpiredKeys(keyExpiryInstant).stream()
|
D | ProtectedServersEncryptionConfigManager.java | 270 Instant keyExpiryInstant, 293 adSelectionKeyType, fetchUri.toString(), keyExpiryInstant); 301 public Set<Integer> getExpiredAdSelectionEncryptionKeyTypes(Instant keyExpiryInstant) { 302 return mProtectedServersEncryptionConfigDao.getAllExpiredKeys(keyExpiryInstant).stream()
|
D | ProtectedServersEncryptionConfigManagerBase.java | 76 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/ |
D | BackgroundKeyFetchWorkerTest.java | 238 Instant keyExpiryInstant, in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch() argument
|