Home
last modified time | relevance | path

Searched refs:fetchAndPersistActiveKeysOfType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DBackgroundKeyFetchWorkerTest.java236 public FluentFuture<List<DBEncryptionKey>> fetchAndPersistActiveKeysOfType( in testRunBackgroundKeyFetch_longRuntime_throwsTimeoutDuringFetch() method in BackgroundKeyFetchWorkerTest.AdSelectionEncryptionKeyManagerWithSleep
343 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
390 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
440 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
494 when(mProtectedServersEncryptionConfigManagerMock.fetchAndPersistActiveKeysOfType(
517 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
671 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
698 .fetchAndPersistActiveKeysOfType(anyInt(), any(), anyLong(), any(), any(), any());
DProtectedServersEncryptionConfigManagerTest.java440 .fetchAndPersistActiveKeysOfType( in test_fetchAndPersistActiveKeysOfType_persistsJey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManager.java276 return fetchAndPersistActiveKeysOfType(
292 public FluentFuture<List<DBEncryptionKey>> fetchAndPersistActiveKeysOfType(
DProtectedServersEncryptionConfigManager.java252 return fetchAndPersistActiveKeysOfType(
268 public FluentFuture<List<DBEncryptionKey>> fetchAndPersistActiveKeysOfType(
DBackgroundKeyFetchWorker.java314 mKeyConfigManager.fetchAndPersistActiveKeysOfType( in fetchAndPersistAuctionKeys()
330 mKeyConfigManager.fetchAndPersistActiveKeysOfType( in fetchAndPersistJoinKey()
DProtectedServersEncryptionConfigManagerBase.java74 abstract FluentFuture<List<DBEncryptionKey>> fetchAndPersistActiveKeysOfType( in fetchAndPersistActiveKeysOfType() method in ProtectedServersEncryptionConfigManagerBase