Home
last modified time | relevance | path

Searched refs:mRecoverableKeyStoreManager (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java277 mRecoverableKeyStoreManager.importKeyWithMetadata( in importKeyWithMetadata_nullMetadata_storesTheKey()
290 mRecoverableKeyStoreManager.importKeyWithMetadata( in importKeyWithMetadata_nonNullMetadata_storesTheKey()
347 mRecoverableKeyStoreManager.removeKey(TEST_ALIAS); in removeKey_removesAKey()
360 mRecoverableKeyStoreManager.removeKey(TEST_ALIAS); in removeKey_updatesShouldCreateSnapshot()
371 mRecoverableKeyStoreManager.removeKey(TEST_ALIAS); in removeKey_failureDoesNotUpdateShouldCreateSnapshot()
587 mRecoverableKeyStoreManager.initRecoveryService( in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
628 mRecoverableKeyStoreManager in initRecoveryService_throwsIfRawPublicKey()
751 mRecoverableKeyStoreManager.startRecoverySession( in startRecoverySession_checksPermissionFirst()
799 mRecoverableKeyStoreManager.startRecoverySession( in startRecoverySession_storesTheSessionInfo()
815 mRecoverableKeyStoreManager.startRecoverySession( in closeSession_closesASession()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java217 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forPrimaryUser_sendsCredentials()
226 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials()
237 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials()
262 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials()
265 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials()
278 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials()
280 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials()
306 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
327 verify(mRecoverableKeyStoreManager) in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
335 reset(mRecoverableKeyStoreManager); in testVerifyCredential_forPrimaryUser_sendsCredentials()
[all …]
H A DLockSettingsServiceTestable.java52 private RecoverableKeyStoreManager mRecoverableKeyStoreManager; field in LockSettingsServiceTestable.MockInjector
71 mRecoverableKeyStoreManager = recoverableKeyStoreManager; in MockInjector()
138 return mRecoverableKeyStoreManager; in getRecoverableKeyStoreManager()
H A DBaseLockSettingsServiceTests.java111 RecoverableKeyStoreManager mRecoverableKeyStoreManager; field in BaseLockSettingsServiceTests
134 mRecoverableKeyStoreManager = mock(RecoverableKeyStoreManager.class); in setUp_baseServices()
173 mRecoverableKeyStoreManager, in setUp_baseServices()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1575 mRecoverableKeyStoreManager.lockScreenSecretAvailable( in sendCredentialsOnUnlockIfRequired()
1597 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()
2493 return mRecoverableKeyStoreManager.getKeyChainSnapshot(); in getKeyChainSnapshot()
2504 mRecoverableKeyStoreManager.setServerParams(serverParams); in setServerParams()
2514 return mRecoverableKeyStoreManager.getRecoveryStatus(); in getRecoveryStatus()
2525 return mRecoverableKeyStoreManager.getRecoverySecretTypes(); in getRecoverySecretTypes()
2545 return mRecoverableKeyStoreManager.recoverKeyChainSnapshot( in recoverKeyChainSnapshot()
2551 mRecoverableKeyStoreManager.closeSession(sessionId); in closeSession()
2556 mRecoverableKeyStoreManager.removeKey(alias); in removeKey()
2561 return mRecoverableKeyStoreManager.generateKey(alias); in generateKey()
[all …]