Home
last modified time | relevance | path

Searched refs:lockScreenSecretChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java256 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "password".getBytes(), in testSetLockCredential_forPrimaryUser_sendsCredentials()
265 .lockScreenSecretChanged(CREDENTIAL_TYPE_PATTERN, "12345".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials()
276 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "newPassword".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials()
286 .lockScreenSecretChanged( in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential()
301 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials()
304 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials()
317 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials()
319 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials()
354 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
375 .lockScreenSecretChanged(anyInt(), any(), eq(MANAGED_PROFILE_USER_ID)); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java981 public void lockScreenSecretChanged( in lockScreenSecretChanged() method in RecoverableKeyStoreManager
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java1307 mRecoverableKeyStoreManager.lockScreenSecretChanged( in lockScreenSecretChanged_syncsKeysForUser()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1790 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()