Searched refs:fetchAndPersistActiveKeys (Results 1 – 4 of 4) sorted by relevance
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/encryption/ |
D | FederatedComputeKeyFetchManagerTest.java | 179 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true) in testFetchAndPersistActiveKeys_scheduled_success() 199 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ false) in testFetchAndPersistActiveKeys_nonScheduled_success() 212 .fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_EmptyUrl_throws() 224 .fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_NullUrl_throws() 236 .fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_InvalidUrl_throws() 255 .fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_scheduled_throws() 274 .fetchAndPersistActiveKeys( in testFetchAndPersistActiveKeys_nonScheduled_throws() 292 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true) in testFetchAndPersistActiveKeys_scheduledNoDeletion() 326 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ false) in testFetchAndPersistActiveKeys_nonScheduledNoDeletion() 369 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true) in testFetchAndPersistActiveKeys_scheduledWithDeletion() [all …]
|
D | BackgroundKeyFetchJobServiceTest.java | 147 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true); in testOnStartJob() 166 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true); in testOnStartJob_onFailure() 226 .fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, /* isScheduledJob= */ true); in testOnStartJob_enableKillSwitch() 236 verify(keyManager, never()).fetchAndPersistActiveKeys(KEY_TYPE_ENCRYPTION, in testOnStartJob_enableKillSwitch()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/encryption/ |
D | FederatedComputeEncryptionKeyManager.java | 143 public FluentFuture<List<FederatedComputeEncryptionKey>> fetchAndPersistActiveKeys( in fetchAndPersistActiveKeys() method in FederatedComputeEncryptionKeyManager 307 var fetchedKeysUnused = fetchAndPersistActiveKeys(keyType, in getOrFetchActiveKeys()
|
D | BackgroundKeyFetchJobService.java | 96 .fetchAndPersistActiveKeys(FederatedComputeEncryptionKey.KEY_TYPE_ENCRYPTION, in onStartJob()
|